JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Method Summary
Enum Constant Details
SHIFT
CTRL
ALT
SUPER
CAPS_LOCK
NUM_LOCK
REPEAT
Field Details
VALUES
PRIMARY
Method Details
values()
valueOf(String)
bit()
isAction()
Enum Constant Summary
Enum Constants
If this bit is set one or more Alt keys were held down.
If this bit is set the Caps Lock key is enabled and the LOCK_KEY_MODS
input mode is set.
If this bit is set one or more Control keys were held down.
If this bit is set the Num Lock key is enabled and the LOCK_KEY_MODS
input mode is set.
If this bit is set one or more Shift keys were held down.
If this bit is set one or more Super keys were held down.
Field Summary
Fields
CTRL
on all operating systems except for macOS, where it is
SUPER
.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
final int
final boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf