C# Class OpenTK.Platform.Windows.WinInputBase

Inheritance: IInputDriver2
Mostra file Open project: andykorth/opentk

Protected Properties

Property Type Description
Disposed bool

Public Methods

Method Description
Dispose ( ) : void
WinInputBase ( ) : 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
ConstructMessageWindow ( ) : INativeWindow
ProcessEvents ( ) : void
WndProcHandler ( IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

CreateDrivers() protected abstract method

protected abstract CreateDrivers ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

WinInputBase() public method

public WinInputBase ( ) : 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

Property Details

Disposed protected_oe property

protected bool Disposed
return bool