public final class KeyboardMixin extends Object implements SwitchF3StateAccessor
| Constructor and Description |
|---|
KeyboardMixin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getSwitchF3State()
Returns the switch F3 state of this
Keyboard. |
void |
setSwitchF3State(boolean state)
Sets the switch F3 state of this
Keyboard. |
public boolean getSwitchF3State()
Keyboard.getSwitchF3State in interface SwitchF3StateAccessorKeyboard.public void setSwitchF3State(boolean state)
Keyboard.setSwitchF3State in interface SwitchF3StateAccessorstate - the new switch F3 state.