C# Class Reign.Core.NaClApplication

Inheritance: ApplicationI
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Close ( ) : void
Closing ( ) : void
HideCursor ( ) : void
Init ( ApplicationDesc desc ) : void
Pause ( ) : void
Render ( Time time ) : void
Resume ( ) : void
ShowCursor ( ) : void
Shown ( ) : void
Update ( Time time ) : void

Méthodes protégées

Méthode Description
monoThreadUpdate ( ) : void

Private Methods

Méthode Description
dispose ( ) : void
handleEvent ( ApplicationEvent applicationEvent ) : void
handleLeftMouseDownEvent ( int cursorX, int cursorY ) : void
handleLeftMouseUpEvent ( int cursorX, int cursorY ) : void
handleMiddleMouseDownEvent ( int cursorX, int cursorY ) : void
handleMiddleMouseUpEvent ( int cursorX, int cursorY ) : void
handleMouseMoveEvent ( int cursorX, int cursorY ) : void
handleRightMouseDownEvent ( int cursorX, int cursorY ) : void
handleRightMouseUpEvent ( int cursorX, int cursorY ) : void
naclHandleLeftMouseDownEvent ( int cursorX, int cursorY ) : void
naclHandleLeftMouseUpEvent ( int cursorX, int cursorY ) : void
naclHandleMiddleMouseDownEvent ( int cursorX, int cursorY ) : void
naclHandleMiddleMouseUpEvent ( int cursorX, int cursorY ) : void
naclHandleMouseMoveEvent ( int cursorX, int cursorY ) : void
naclHandleRightMouseDownEvent ( int cursorX, int cursorY ) : void
naclHandleRightMouseUpEvent ( int cursorX, int cursorY ) : void
show ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Closing() public méthode

public Closing ( ) : void
Résultat void

HideCursor() public méthode

public HideCursor ( ) : void
Résultat void

Init() public méthode

public Init ( ApplicationDesc desc ) : void
desc ApplicationDesc
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Render() public méthode

public Render ( Time time ) : void
time Time
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

ShowCursor() public méthode

public ShowCursor ( ) : void
Résultat void

Shown() public méthode

public Shown ( ) : void
Résultat void

Update() public méthode

public Update ( Time time ) : void
time Time
Résultat void

monoThreadUpdate() protected méthode

protected monoThreadUpdate ( ) : void
Résultat void