MapFormatTester

Undocumented in source.

Constructors

this
this(string path)
Undocumented in source.

Members

Enums

ControlFlags
enum ControlFlags
Undocumented in source.
StateFlags
enum StateFlags
Undocumented in source.

Functions

axisEvent
void axisEvent(uint id, BindingCode code, uint timestamp, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
keyEvent
void keyEvent(uint id, BindingCode code, uint timestamp, bool isPressed)
Undocumented in source. Be warned that the author may not have intended to support it.
loadMap
void loadMap(string m)
Undocumented in source. Be warned that the author may not have intended to support it.
onCollision
void onCollision(ObjectCollisionEvent event)
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

controlFlags
BitFlags!ControlFlags controlFlags;
Undocumented in source.
gameField
SpriteLayer gameField;
Undocumented in source.
ih
InputHandler ih;
Undocumented in source.
mapSource
MapFormat mapSource;
Undocumented in source.
ocd
ObjectCollisionDetector ocd;
Undocumented in source.
output
OutputScreen output;
Undocumented in source.
r
Raster r;
Undocumented in source.
stateFlags
BitFlags!StateFlags stateFlags;
Undocumented in source.
textLayer
TileLayer textLayer;
Undocumented in source.

Meta