Tao.Sdl SDK Documentation |
|
Sdl.SDL_JoystickGetBall Method
[Visual Basic]
Public Shared Function SDL_JoystickGetBall( _
ByVal
joystick As
IntPtr, _
ByVal
ball As
Integer, _
ByRef
dx As
Integer, _
ByRef
dy As
Integer _
) As
Integer
[C#]
public static
int SDL_JoystickGetBall(
IntPtr joystick,
int ball,
out
int dx,
out
int dy);
See Also
Sdl Class | Tao.Sdl Namespace