C# Class OpenTK.Platform.Windows.WinRawInput

Inheritance: WinInputBase
Mostra file Open project: andykorth/opentk Class Usage Examples

Public Methods

Method Description
WinRawInput ( ) : System

Protected Methods

Method Description
CreateDrivers ( ) : void
Dispose ( bool manual ) : void
WindowProcedure ( IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam ) : IntPtr

Private Methods

Method Description
RegisterForDeviceNotifications ( WinWindowInfo parent ) : IntPtr

Method Details

CreateDrivers() protected method

protected CreateDrivers ( ) : void
return void

Dispose() protected method

protected Dispose ( bool manual ) : void
manual bool
return void

WinRawInput() public method

public WinRawInput ( ) : System
return System

WindowProcedure() protected method

protected WindowProcedure ( IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam ) : IntPtr
handle System.IntPtr
message WindowMessage
wParam System.IntPtr
lParam System.IntPtr
return System.IntPtr