C# Class NewTOAPIA.UI.HIDDevice

The HIDDevice class represents any device, physical or virtual, that is 'connected' to the system, and generally has joystick behaviors.
Inheritance: RawInputDevice
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
AttachToWindow ( IntPtr windowHandle ) : bool
DetachFromWindow ( ) : bool
HIDDevice ( IntPtr hDevice ) : System

Constructor taking a device handle. From this device handle very specific device information can be found.

OnNext ( MSG aMSG ) : void
Start ( ) : bool
Stop ( ) : bool
ToString ( ) : string

Method Details

AttachToWindow() public méthode

public AttachToWindow ( IntPtr windowHandle ) : bool
windowHandle System.IntPtr
Résultat bool

DetachFromWindow() public méthode

public DetachFromWindow ( ) : bool
Résultat bool

HIDDevice() public méthode

Constructor taking a device handle. From this device handle very specific device information can be found.
public HIDDevice ( IntPtr hDevice ) : System
hDevice System.IntPtr
Résultat System

OnNext() public méthode

public OnNext ( MSG aMSG ) : void
aMSG TOAPI.Types.MSG
Résultat void

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string