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