sf::Event::KeyEvent Struct Reference
Keyboard event parameters (KeyPressed, KeyReleased).
More...
#include <Event.hpp>
List of all members.
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?
|
Detailed Description
Keyboard event parameters (KeyPressed, KeyReleased).
Definition at line 61 of file Event.hpp.
Member Data Documentation
Is the Alt key pressed?
Definition at line 64 of file Event.hpp.
Code of the key that has been pressed.
Definition at line 63 of file Event.hpp.
Is the Control key pressed?
Definition at line 65 of file Event.hpp.
Is the Shift key pressed?
Definition at line 66 of file Event.hpp.
Is the System key pressed?
Definition at line 67 of file Event.hpp.
The documentation for this struct was generated from the following file: