Key modifier flags. More...
Public Member Functions | |
KeyModifier (int mValue) | |
KeyModifier (KeyModifier enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static KeyModifier | swigToEnum (int swigValue) |
static KeyModifier | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
Alt =(2048) | |
Specifies the Alt modifier, used when the operating system does not separate the left and right Alt modifiers. | |
CapsLock =(1) | |
Specifies the Caps lock key modifier. | |
Control =(1024) | |
Specifies the Control modifier, used when the operating system does not separate the left and right Control modifiers. | |
LeftAlt =(32) | |
Specifies the left Alt key modifier. | |
LeftControl =(8) | |
Specifies the left Control key modifier. | |
LeftShift =(2) | |
Specifies the left Shift key modifier. | |
LeftSuper =(128) | |
Specifies the left Super key modifier. More... | |
RightAlt =(64) | |
Specifies the right Alt key modifier. | |
RightControl =(16) | |
Specifies the right Control key modifier. | |
RightShift =(4) | |
Specifies the right Shift key modifier. | |
RightSuper =(256) | |
Specifies the right Super key modifier. More... | |
Shift =(512) | |
Specifies the Shift modifier, used when the operating system does not separate the left and right Shift modifiers. | |
Super =(4096) | |
Specifies the Super modifier, used when the operating system does not separate the left and right Super modifiers. More... | |
Undefined =(0) | |
No key modifier is set, or the modifier is undefined. | |
Key modifier flags.
You can set more than one modifier at a time for a KeyEvent.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |
LeftSuper =(128) |
RightSuper =(256) |
Super =(4096) |
Specifies the Super modifier, used when the operating system does not separate the
left and right Super modifiers.