Keyboard event parameters (KeyPressed, KeyReleased)
More...
#include <Event.h>
Keyboard event parameters (KeyPressed, KeyReleased)
Definition at line 51 of file Event.h.
◆ alt
bool ime::Event::KeyEvent::alt |
Is the Alt key pressed?
Definition at line 53 of file Event.h.
◆ code
Code of the key that has been pressed.
Definition at line 52 of file Event.h.
◆ control
bool ime::Event::KeyEvent::control |
Is the Control key pressed?
Definition at line 54 of file Event.h.
◆ shift
bool ime::Event::KeyEvent::shift |
Is the Shift key pressed?
Definition at line 55 of file Event.h.
◆ system
bool ime::Event::KeyEvent::system |
Is the System key pressed?
Definition at line 56 of file Event.h.
The documentation for this struct was generated from the following file: