Tao.Sdl SDK Documentation |
|
Sdl.SDL_JoystickNumAxes Method
Get the number of joystick axes
[Visual Basic]
Public Shared Function SDL_JoystickNumAxes( _
ByVal
joystick As
IntPtr _
) As
Integer
[C#]
public static
int SDL_JoystickNumAxes(
IntPtr joystick);
Parameters
-
joystick
-
Return Value
Number of axes.
Remarks
Return the number of axes available from a previously opened SDL_Joystick.
Binds to C-function in SDL_joystick.h
int SDL_JoystickNumAxes(SDL_Joystick *joystick)
See Also
Sdl Class | Tao.Sdl Namespace | SDL_JoystickOpen | SDL_JoystickGetAxis