C# Class OpenTK.Platform.Windows.WMInput

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

Public Methods

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

Private Methods

Method Description
Dispose ( bool manual ) : void
IKeyboardDriver2 ( ) : KeyboardState
IKeyboardDriver2 ( int index ) : KeyboardState
IKeyboardDriver2 ( int index ) : string
UpdateKeyboard ( ) : void
UpdateMouse ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetState() public method

public GetState ( ) : MouseState
return MouseState

GetState() public method

public GetState ( int index ) : MouseState
index int
return MouseState

SetPosition() public method

public SetPosition ( double x, double y ) : void
x double
y double
return void

WMInput() public method

public WMInput ( ) : System
return System