The modifiers for the keyboard and mouse events.
More...
#include <input_events.hpp>
|
bool | alt_down = false |
| Indicates whether the Alt key is pressed.
|
|
bool | alt_graph_down = false |
| Indicates whether the Alt Graph/Right key is pressed.
|
|
bool | shift_down = false |
| Indicates whether the Shift key is pressed.
|
|
bool | control_down = false |
| Indicates whether the Ctrl key is pressed.
|
|
bool | meta_down = false |
| Indicates whether the Meta key is pressed.
|
|
The modifiers for the keyboard and mouse events.
The documentation for this struct was generated from the following file: