| 
    TGUI 1.11
    
   | 
 
KeyPressed event parameters. More...
#include <TGUI/Event.hpp>
Public Attributes | |
| KeyboardKey | code | 
| Code of the key that has been pressed.  | |
| bool | alt | 
| Is the Alt key pressed?  | |
| bool | control | 
| Is the Control key pressed?  | |
| bool | shift | 
| Is the Shift key pressed?  | |
| bool | system | 
| Is the System key pressed?  | |
KeyPressed event parameters.