TileLayerTest

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()
Undocumented in source. Be warned that the author may not have intended to support it.
whereTheMagicHappens
void whereTheMagicHappens()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dlangMan
Bitmap16Bit dlangMan;
down
bool down;
Undocumented in source.
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.
s
SpriteLayer s;
scrdown
bool scrdown;
scrleft
bool scrleft;
scrright
bool scrright;
scrup
bool scrup;
Undocumented in source.
t
TileLayer t;
Undocumented in source.
theta
float theta;
Undocumented in source.
tiles
ABitmap[] tiles;
Undocumented in source.
tt
TransformableTileLayer!(Bitmap16Bit, 32, 32) tt;
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