.. index:: pair: enum; KeyModTable .. _doxid-namespace_e_e_1_1_window_1ab1cb191b8e9af5979c4c99c29337354e: enum EE::Window::KeyModTable ============================ Keyboard Modes .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum KeyModTable { :target:`KEYMOD_NONE` = 0x0000, :target:`KEYMOD_LSHIFT` = 0x0001, :target:`KEYMOD_RSHIFT` = 0x0002, :target:`KEYMOD_LCTRL` = 0x0040, :target:`KEYMOD_RCTRL` = 0x0080, :target:`KEYMOD_LALT` = 0x0100, :target:`KEYMOD_RALT` = 0x0200, :target:`KEYMOD_LMETA` = 0x0400, :target:`KEYMOD_RMETA` = 0x0800, :target:`KEYMOD_NUM` = 0x1000, :target:`KEYMOD_CAPS` = 0x2000, :target:`KEYMOD_MODE` = 0x4000, :target:`KEYMOD_RESERVED` = 0x8000, };