Script
|
#include <keyinterface.h>
Public Slots | |
bool | IsShiftPressed () |
Check if the Shift key is pressed. More... | |
bool | IsControlPressed () |
Check if the Ctrl key is pressed. More... | |
bool | IsAlternatePressed () |
Check if the Alt key is pressed. More... | |
bool | IsSpacePressed () |
Check if the space key is pressed. More... | |
Scripting interface class to query key modifiers.
You can use it in Script Editor only.
|
slot |
Check if the Alt key is pressed.
|
slot |
Check if the Ctrl key is pressed.
|
slot |
Check if the Shift key is pressed.
|
slot |
Check if the space key is pressed.