Keyboard event parameters (KeyPressed, KeyReleased)
More...
#include <Event.hpp>
|
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?
|
|
Keyboard event parameters (KeyPressed, KeyReleased)
Definition at line 61 of file Event.hpp.
bool sf::Event::KeyEvent::alt |
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.
bool sf::Event::KeyEvent::control |
Is the Control key pressed?
Definition at line 65 of file Event.hpp.
bool sf::Event::KeyEvent::shift |
Is the Shift key pressed?
Definition at line 66 of file Event.hpp.
bool sf::Event::KeyEvent::system |
Is the System key pressed?
Definition at line 67 of file Event.hpp.
The documentation for this struct was generated from the following file: