sf::Event::KeyEvent Struct Reference
Keyboard event parameters (KeyPressed, KeyReleased) More...
#include <Event.hpp>
Public Attributes | |
| Keyboard::Key | code |
| Code of the key that has been pressed. More... | |
| bool | alt |
| Is the Alt key pressed? More... | |
| bool | control |
| Is the Control key pressed? More... | |
| bool | shift |
| Is the Shift key pressed? More... | |
| bool | system |
| Is the System key pressed? More... | |
Detailed Description
Member Data Documentation
| Keyboard::Key sf::Event::KeyEvent::code |
| bool sf::Event::KeyEvent::control |
| bool sf::Event::KeyEvent::system |
The documentation for this struct was generated from the following file: