Method | Description | |
---|---|---|
AttachToWindow ( |
||
Callback ( |
||
DetachFromWindow ( ) : bool | ||
GetFirstPhysicalMouse ( ) : |
||
GetPhysicalMice ( ) : NewTOAPIA.UI.MouseDevice[] | ||
MouseDevice ( |
Constructor taking a device handle. From this device handle very specific device information can be found.
|
|
OnNext ( |
||
Quit ( ) : bool | ||
Run ( ) : bool | ||
Start ( ) : bool | ||
Stop ( ) : bool | ||
ToString ( ) : string |
public AttachToWindow ( |
||
windowHandle | ||
return | bool |
public Callback ( |
||
hWnd | ||
msg | uint | |
wParam | ||
lParam | ||
return | int |
public static GetFirstPhysicalMouse ( ) : |
||
return |
public static GetPhysicalMice ( ) : NewTOAPIA.UI.MouseDevice[] | ||
return | NewTOAPIA.UI.MouseDevice[] |
public MouseDevice ( |
||
hDevice | ||
return | System |