Previous topic

KeyEvent

Next topic

KeyboardState

This Page

phoenix_title KeyModifierΒΆ

The KeyModifier enumeration provides the following values:

Description Value
MOD_NONE  
MOD_ALT  
MOD_CONTROL Ctlr Key, corresponds to Command key on OS X.
MOD_ALTGR  
MOD_SHIFT  
MOD_META  
MOD_WIN  
MOD_RAW_CONTROL used to describe the True Ctrl Key under OSX, identic to MOD_CONTROL on other platforms
MOD_CMD deprecated, identic to MOD_CONTROL on all platforms
MOD_ALL