SDL
2.0
|
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
The entry point of this force feedback demo. More... | |
Variables | |
static SDL_Haptic * | haptic |
int main | ( | int | argc, |
char ** | argv | ||
) |
The entry point of this force feedback demo.
[in] | argc | Number of arguments. |
[in] | argv | Array of argc arguments. |
Definition at line 45 of file testrumble.c.
References haptic, i, NULL, SDL_atoi, SDL_ClearError, SDL_Delay, SDL_FALSE, SDL_GetError, SDL_HapticClose, SDL_HapticName, SDL_HapticOpen, SDL_HapticRumbleInit, SDL_HapticRumblePlay, SDL_HapticRumbleStop, SDL_HapticRumbleSupported, SDL_Init, SDL_INIT_HAPTIC, SDL_INIT_JOYSTICK, SDL_INIT_TIMER, SDL_INIT_VIDEO, SDL_isdigit, SDL_Log, SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO, SDL_LogError, SDL_LogSetPriority, SDL_NumHaptics, SDL_Quit, and SDL_strlen.
|
static |
Definition at line 36 of file testrumble.c.
Referenced by main().