Key modifier flags. More...
Public Member Functions | |
KeyModifier (int value) | |
Constructs a KeyModifier of an integer value. More... | |
KeyModifier (KeyModifier enum_) | |
Constructs a copy of a KeyModifier object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static KeyModifier | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
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.
KeyModifier | ( | int | value | ) |
Constructs a KeyModifier of an integer value.
value | Integer value to convert to enumeration constant. |
KeyModifier | ( | KeyModifier | enum_ | ) |
Constructs a copy of a KeyModifier object.
enum_ | KeyModifier to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
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.