public interface Keyboard extends ControlInterface
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Keyboard.KeyboardButton
Keyboard button interface (i. e.
|
static class |
Keyboard.KeyboardButtons
Keyboard buttons enum (i. e.
|
static interface |
Keyboard.KeyboardModifier
Keyboard modifier interface (i. e.
|
static class |
Keyboard.KeyboardModifiers
Keyboard modifiers enum (i. e.
|
| Modifier and Type | Method and Description |
|---|---|
Keyboard |
detached()
Detaches the implementation so that all actions of it will be ran detached.
|
void |
pressKey(Keyboard.KeyboardButton key) |
void |
pressKey(Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
pushKey(Keyboard.KeyboardButton key) |
void |
pushKey(Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
pushKey(Timeout pushTime,
Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
releaseKey(Keyboard.KeyboardButton key) |
void |
releaseKey(Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
typeChar(char keyChar) |
void |
typeChar(char keyChar,
Timeout pushTime) |
static final Timeout PUSH
@Shortcut void pressKey(Keyboard.KeyboardButton key, Modifier... modifiers)
@Shortcut void pressKey(Keyboard.KeyboardButton key)
@Shortcut void releaseKey(Keyboard.KeyboardButton key, Modifier... modifiers)
@Shortcut void releaseKey(Keyboard.KeyboardButton key)
@Shortcut void pushKey(Timeout pushTime, Keyboard.KeyboardButton key, Modifier... modifiers)
@Shortcut void pushKey(Keyboard.KeyboardButton key, Modifier... modifiers)
@Shortcut void pushKey(Keyboard.KeyboardButton key)
@Shortcut void typeChar(char keyChar)
Keyboard detached()
ActionExecutor.executeDetached(Environment, boolean, Action, Object...)Copyright © 2019. All rights reserved.