C# Class Horde3DNET.Samples.ChicagoNET.Application

Afficher le fichier Open project: mgottschlag/horde3d

Méthodes publiques

Méthode 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 méthode

public Application ( ) : System
Résultat System

degToRad() public static méthode

public static degToRad ( float f ) : float
f float
Résultat float

init() public méthode

public init ( ) : bool
Résultat bool

keyHandler() public méthode

public keyHandler ( ) : void
Résultat void

keyPressEvent() public méthode

public keyPressEvent ( Keys key ) : void
key Keys
Résultat void

mainLoop() public méthode

public mainLoop ( float fps ) : void
fps float
Résultat void

mouseMoveEvent() public méthode

public mouseMoveEvent ( float dX, float dY ) : void
dX float
dY float
Résultat void

release() public méthode

public release ( ) : void
Résultat void

resize() public méthode

public resize ( int width, int height ) : void
width int
height int
Résultat void