C# Class Dandy.Game

Show file Open project: jackpal/Dandy-Dungeon

Public Methods

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

Private Methods

Method Description
MovePlayers ( ) : void

Method Details

Game() public method

public Game ( ) : System
return System

HandleEvent() public method

public HandleEvent ( bool down, Keys key ) : void
down bool
key Keys
return void

Init() public method

public Init ( ) : void
return void

Render() public method

public Render ( Device device, VertexBuffer vertexBuffer, Texture texture ) : void
device Device
vertexBuffer VertexBuffer
texture Texture
return void

Start() public method

public Start ( ) : void
return void

Step() public method

public Step ( ) : void
return void

TranslateKeysToPads() public method

public TranslateKeysToPads ( ) : void
return void