Method | Description | |
---|---|---|
Game ( ) : System | ||
HandleEvent ( bool down, Keys key ) : void | ||
Init ( ) : void | ||
Render ( Device device, VertexBuffer vertexBuffer, Texture texture ) : void | ||
Start ( ) : void | ||
Step ( ) : void | ||
TranslateKeysToPads ( ) : void |
Method | Description | |
---|---|---|
MovePlayers ( ) : void |
public HandleEvent ( bool down, Keys key ) : void | ||
down | bool | |
key | Keys | |
return | void |
public Render ( Device device, VertexBuffer vertexBuffer, Texture texture ) : void | ||
device | Device | |
vertexBuffer | VertexBuffer | |
texture | Texture | |
return | void |