Keyboard event parameters (KeyPressed, KeyReleased)
More...
#include <Event.hpp>
Keyboard event parameters (KeyPressed, KeyReleased)
Definition at line 62 of file Event.hpp.
bool sf::Event::KeyEvent::alt |
Is the Alt key pressed?
Definition at line 65 of file Event.hpp.
Code of the key that has been pressed.
Definition at line 64 of file Event.hpp.
bool sf::Event::KeyEvent::control |
Is the Control key pressed?
Definition at line 66 of file Event.hpp.
bool sf::Event::KeyEvent::shift |
Is the Shift key pressed?
Definition at line 67 of file Event.hpp.
bool sf::Event::KeyEvent::system |
Is the System key pressed?
Definition at line 68 of file Event.hpp.
The documentation for this struct was generated from the following file: