C# Class OpenTK.InputDriver

Inheritance: IInputDriver
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
InputDriver ( GameWindow parent ) : System
Poll ( ) : void

Private Methods

Method Description
Dispose ( bool manual ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InputDriver() public method

public InputDriver ( GameWindow parent ) : System
parent GameWindow
return System

Poll() public method

public Poll ( ) : void
return void