C# Class OpenTK.Platform.Windows.WinRawInput

Inheritance: WinInputBase
Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Méthodes publiques

Méthode Description
WinRawInput ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
RegisterForDeviceNotifications ( WinWindowInfo parent ) : IntPtr

Method Details

CreateDrivers() protected méthode

protected CreateDrivers ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool manual ) : void
manual bool
Résultat void

WinRawInput() public méthode

public WinRawInput ( ) : System
Résultat System

WindowProcedure() protected méthode

protected WindowProcedure ( IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam ) : IntPtr
handle System.IntPtr
message WindowMessage
wParam System.IntPtr
lParam System.IntPtr
Résultat System.IntPtr