KeyboardState
Canonical path: NemAll_Python_Utility.KeyboardState
Test the keyboard state
IsAltKeyPressed
staticmethod
Check for a pressed alt key
Returns:
-
bool
–alt key is pressed: True/False
IsCtrlKeyPressed
staticmethod
Check for a pressed ctrl key
Returns:
-
bool
–ctrl key is pressed: True/False
IsShiftKeyPressed
staticmethod
Check for a pressed shift key
Returns:
-
bool
–shift key is pressed: True/False
Placeholder