69 #include "SDL_assert.h"
84 #include "SDL_messagebox.h"
110 #define SDL_INIT_TIMER 0x00000001
111 #define SDL_INIT_AUDIO 0x00000010
112 #define SDL_INIT_VIDEO 0x00000020
113 #define SDL_INIT_JOYSTICK 0x00000200
114 #define SDL_INIT_HAPTIC 0x00001000
115 #define SDL_INIT_GAMECONTROLLER 0x00002000
116 #define SDL_INIT_EVENTS 0x00004000
117 #define SDL_INIT_NOPARACHUTE 0x00100000
118 #define SDL_INIT_EVERYTHING ( \
119 SDL_INIT_TIMER | SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_EVENTS | \
120 SDL_INIT_JOYSTICK | SDL_INIT_HAPTIC | SDL_INIT_GAMECONTROLLER \
129 extern DECLSPEC
int SDLCALL
SDL_Init(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL
SDL_WasInit(Uint32 flags);
153 extern DECLSPEC
void SDLCALL
SDL_Quit(
void);
The SDL Haptic subsystem allows you to control haptic (force feedback) devices.
DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags)
DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags)
DECLSPEC int SDLCALL SDL_Init(Uint32 flags)
DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags)
DECLSPEC void SDLCALL SDL_Quit(void)
Include file for filesystem SDL API functions.