public class Key
extends java.lang.Object
GameBoard
Modifier and Type | Field and Description |
---|---|
static int |
A
Contains the key code value for the A key, 65.
|
static int |
D
Contains the key code value for the D key, 68.
|
static int |
E
Contains the key code value for the E key, 69.
|
static int |
ENTER
Contains the key code value for the enter key.
|
static int |
S
Contains the key code value for the S key, 83.
|
static int |
W
Contains the key code value for the W key, 87.
|
Constructor and Description |
---|
Key() |
public static final int W
public static final int A
public static final int S
public static final int D
public static final int E
public static int ENTER