C# Class Horde3DNET.Samples.ChicagoNET.Application

Mostrar archivo Open project: mgottschlag/horde3d

Public Methods

Method Description
Application ( ) : System
degToRad ( float f ) : float
init ( ) : bool
keyHandler ( ) : void
keyPressEvent ( Keys key ) : void
mainLoop ( float fps ) : void
mouseMoveEvent ( float dX, float dY ) : void
release ( ) : void
resize ( int width, int height ) : void

Method Details

Application() public method

public Application ( ) : System
return System

degToRad() public static method

public static degToRad ( float f ) : float
f float
return float

init() public method

public init ( ) : bool
return bool

keyHandler() public method

public keyHandler ( ) : void
return void

keyPressEvent() public method

public keyPressEvent ( Keys key ) : void
key Keys
return void

mainLoop() public method

public mainLoop ( float fps ) : void
fps float
return void

mouseMoveEvent() public method

public mouseMoveEvent ( float dX, float dY ) : void
dX float
dY float
return void

release() public method

public release ( ) : void
return void

resize() public method

public resize ( int width, int height ) : void
width int
height int
return void