TileLayerUnittest

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

controllerAdded
void controllerAdded(uint ID)
Undocumented in source. Be warned that the author may not have intended to support it.
controllerRemoved
void controllerRemoved(uint ID)
Undocumented in source. Be warned that the author may not have intended to support it.
keyPressed
void keyPressed(string ID, uint timestamp, uint devicenumber, uint devicetype)
Undocumented in source. Be warned that the author may not have intended to support it.
keyReleased
void keyReleased(string ID, uint timestamp, uint devicenumber, uint devicetype)
Undocumented in source. Be warned that the author may not have intended to support it.
onQuit
void onQuit()
down
bool down;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ih
InputHandler ih;
Undocumented in source.
isRunning
bool isRunning;
left
bool left;
Undocumented in source.
output
OutputScreen output;
Undocumented in source.
r
Raster r;
right
bool right;
Undocumented in source.
t
TileLayer t;
up
bool up;
Undocumented in source.

Inherited Members

From SystemEventListener

onQuit
void onQuit()
Undocumented in source.
controllerRemoved
void controllerRemoved(uint ID)
Undocumented in source.
controllerAdded
void controllerAdded(uint ID)
Undocumented in source.

From InputListener

keyPressed
void keyPressed(string ID, uint timestamp, uint devicenumber, uint devicetype)
Undocumented in source.
keyReleased
void keyReleased(string ID, uint timestamp, uint devicenumber, uint devicetype)
Undocumented in source.

Meta