zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_joystick_c.h File Reference
#include "SDL_config.h"
#include "SDL_joystick.h"

Go to the source code of this file.

Functions

int SDL_GameControllerInit (void)
 
void SDL_GameControllerQuit (void)
 
int SDL_JoystickInit (void)
 
void SDL_JoystickQuit (void)
 
int SDL_PrivateJoystickAxis (SDL_Joystick *joystick, Uint8 axis, Sint16 value)
 
int SDL_PrivateJoystickBall (SDL_Joystick *joystick, Uint8 ball, Sint16 xrel, Sint16 yrel)
 
int SDL_PrivateJoystickButton (SDL_Joystick *joystick, Uint8 button, Uint8 state)
 
int SDL_PrivateJoystickHat (SDL_Joystick *joystick, Uint8 hat, Uint8 value)
 
SDL_bool SDL_PrivateJoystickNeedsPolling ()
 
int SDL_PrivateJoystickValid (SDL_Joystick *joystick)
 

Function Documentation

SDL_bool SDL_PrivateJoystickNeedsPolling ( )

Definition at line 741 of file SDL_joystick.c.

References NULL, SDL_SYS_JoystickNeedsPolling(), and SDL_TRUE.

Referenced by SDL_ShouldPollJoystick().