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