#include <LgiClass.h>
Public Member Functions | |
bool | Down () |
The key or mouse button was being pressed. false on the up-click. | |
bool | Double () |
The mouse button was double clicked. | |
bool | Ctrl () |
A ctrl button was held down during the event. | |
bool | Alt () |
A alt button was held down during the event. | |
bool | Shift () |
A shift button was held down during the event. | |
bool | System () |
The system key was held down (windows key / apple key etc). |