Package | Description |
---|---|
multiplicity3.csys.items.keyboard.model |
Modifier and Type | Method and Description |
---|---|
KeyModifiers |
KeyboardKey.getModifiers()
Gets the modifiers.
|
static KeyModifiers |
KeyModifiers.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyModifiers[] |
KeyModifiers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyboardKey.setModifiers(KeyModifiers modifiers)
Sets the modifiers.
|