C# Class OpenTK.InputDriver

Inheritance: IInputDriver
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
InputDriver ( GameWindow parent ) : System
Poll ( ) : void

Private Methods

Méthode Description
Dispose ( bool manual ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InputDriver() public méthode

public InputDriver ( GameWindow parent ) : System
parent GameWindow
Résultat System

Poll() public méthode

public Poll ( ) : void
Résultat void