KUIML
Blue Cat's User Interface Programming Language
Kt::Keyboard Namespace Reference

Keyboard script functions (experimental). More...

Functions

bool IsAltKeyDown ()
 Returns true if the Alt modifier key is down.
 
bool IsShiftKeyDown ()
 Returns true if the Shift modifier key is down.
 
bool IsCmdKeyDown ()
 Returns true if the Command modifier key is down (menu key on Windows).
 
bool IsCtrlKeyDown ()
 Returns true if the Control modifier key is down.
 

Detailed Description

Functions and classes in this namespace are experimental and may be subject to changes. Use at your own risk.