MyGL
|
A struct for storing the state of the keyboard modifier keys. More...
#include <Event.hpp>
Public Attributes | |
bool | shift = false |
bool | ctrl = false |
bool | alt = false |
bool | os = false |
bool | caps_lock = false |
bool | num_lock = false |
A struct for storing the state of the keyboard modifier keys.