public class KeyInput extends java.lang.Object implements InputSource, Encodable
| Constructor and Description |
|---|
KeyInput(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
Interaction |
createKeyDown(int codePoint) |
Interaction |
createKeyUp(int codePoint) |
java.util.Map<java.lang.String,java.lang.Object> |
encode() |
SourceType |
getInputType() |
public SourceType getInputType()
getInputType in interface InputSourcepublic Interaction createKeyDown(int codePoint)
public Interaction createKeyUp(int codePoint)