public class Key
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
A
If the value is set to true, then the "A" button will be pressed.
|
boolean |
B
If the value is set to true, then the "B" button will be pressed.
|
boolean |
C
If the value is set to true, then the "C" button will be pressed.
|
boolean |
D
If the value is set to true, then the "Down" button will be pressed.
|
boolean |
L
If the value is set to true, then the "Left" button will be pressed.
|
int |
lever
The instance-field lever can have a value of 1, 2,..., 9.
|
boolean |
R
If the value is set to true, then the "Right" button will be pressed.
|
boolean |
U
If the value is set to true, then the "Up"@button will be pressed.
|
public boolean A
public boolean B
public boolean C
public boolean D
public boolean L
public int lever
public boolean R
public boolean U
public Key()
public Key(Key key)