C# Class OpenTK.Platform.Windows.WMInput

Input driver for legacy (pre XP) Windows platforms.
Inheritance: System.Windows.Forms.NativeWindow, IInputDriver
Afficher le fichier Open project: andykorth/opentk

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetState ( ) : MouseState
GetState ( int index ) : MouseState
SetPosition ( double x, double y ) : void
WMInput ( ) : System

Private Methods

Méthode Description
Dispose ( bool manual ) : void
IKeyboardDriver2 ( ) : KeyboardState
IKeyboardDriver2 ( int index ) : KeyboardState
IKeyboardDriver2 ( int index ) : string
UpdateKeyboard ( ) : void
UpdateMouse ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetState() public méthode

public GetState ( ) : MouseState
Résultat MouseState

GetState() public méthode

public GetState ( int index ) : MouseState
index int
Résultat MouseState

SetPosition() public méthode

public SetPosition ( double x, double y ) : void
x double
y double
Résultat void

WMInput() public méthode

public WMInput ( ) : System
Résultat System