public interface Key
Modifier and Type | Field and Description |
---|---|
static Integer |
ALT
ALT key.
|
static Integer |
BACK_SPACE
Back Space key.
|
static Integer |
CONTROL
CTRL key.
|
static Integer |
DOWN
Arrow down key.
|
static Integer |
ENTER
Enter key.
|
static Integer |
ESCAPE
Escape key.
|
static Integer |
LEFT
Arrow left key.
|
static Integer |
RIGHT
Arrow right key.
|
static Integer |
SPACE
Space key.
|
static Integer |
TAB
Tab key.
|
static Integer |
UP
Arrow up key.
|
static final Integer UP
static final Integer DOWN
static final Integer RIGHT
static final Integer LEFT
static final Integer CONTROL
static final Integer ALT
static final Integer ESCAPE
static final Integer SPACE
static final Integer BACK_SPACE
static final Integer TAB
static final Integer ENTER
Copyright © 2014 Byron 3D Games Studio. All rights reserved.