Describes the state of the keyboard. More...
#include <DGLE_Types.h>
Public Attributes | |
bool | bCapsLock |
Is CapsLock pressed. | |
bool | bShiftL |
Is left Shift pressed. | |
bool | bShiftR |
Is right Shift pressed. | |
bool | bCtrlL |
Is left Control pressed. | |
bool | bCtrlR |
Is right Control pressed. | |
bool | bAltL |
Is left Alt pressed. | |
bool | bAltR |
Is right Alt pressed. | |
Describes the state of the keyboard.
bool bAltL |
Is left Alt pressed.
bool bAltR |
Is right Alt pressed.
bool bCapsLock |
Is CapsLock pressed.
bool bCtrlL |
Is left Control pressed.
bool bCtrlR |
Is right Control pressed.
bool bShiftL |
Is left Shift pressed.
bool bShiftR |
Is right Shift pressed.