C# Class Reign.Core.WinForms.Platform

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

Méthodes publiques

Méthode Description
Run ( IApplication application, int fps ) : void

Private Methods

Méthode Description
PeekMessage ( Message &msg, IntPtr hWnd, uint messageFilterMin, uint messageFilterMax, uint flags ) : bool
mainLoop ( object sender, EventArgs e ) : void

Method Details

Run() public méthode

public Run ( IApplication application, int fps ) : void
application IApplication
fps int
Résultat void