Keyboard event parameters (KeyPressed, KeyReleased) More...
#include <Event.hpp>
Public Attributes | |
| Keyboard::Key | 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? | |