Tao.Platform.Windows SDK Documentation
Winmm.joyGetPosEx Method
[Visual Basic]
Public Shared Function joyGetPosEx( _
ByVal
uJoyID
As
Integer
, _
ByRef
pji
As
JOYINFOEX
_
) As
Integer
[C#]
public static
int
joyGetPosEx(
int
uJoyID
,
ref
JOYINFOEX
pji
);
See Also
Winmm Class
|
Tao.Platform.Windows Namespace