Modifier and Type | Field and Description |
---|---|
CapsLockState |
HID.LockState
Get or set the Caps Lock state of the HID keyboard interface.
|
Modifier and Type | Method and Description |
---|---|
static CapsLockState |
CapsLockState.valueOf(int value) |
static CapsLockState |
CapsLockState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapsLockState[] |
CapsLockState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|