VSF Documented
|
Data Structures | |
struct | vsf_sdl2_event_node_t |
struct | vsf_sdl2_event_t |
Macros | |
#define | __VSF_EDA_CLASS_INHERIT__ |
Typedefs | |
typedef struct vsf_sdl2_event_node_t | vsf_sdl2_event_node_t |
typedef struct vsf_sdl2_event_t | vsf_sdl2_event_t |
#define __VSF_EDA_CLASS_INHERIT__ |
typedef struct vsf_sdl2_event_node_t vsf_sdl2_event_node_t |
typedef struct vsf_sdl2_event_t vsf_sdl2_event_t |
int SDL_PushEvent | ( | SDL_Event * | event | ) |
void __SDL_InitEvent | ( | uint32_t | flags | ) |
void __SDL_FiniEvent | ( | void | ) |
int SDL_NumJoysticks | ( | void | ) |
SDL_Joystick * SDL_JoystickOpen | ( | int | device_index | ) |
int SDL_JoystickEventState | ( | int | state | ) |
int SDL_JoystickNumButtons | ( | SDL_Joystick * | joystick | ) |
int SDL_JoystickNumAxes | ( | SDL_Joystick * | joystick | ) |
int SDL_JoystickNumBalls | ( | SDL_Joystick * | joystick | ) |
int SDL_JoystickNumHats | ( | SDL_Joystick * | joystick | ) |
int SDL_CaptureMouse | ( | SDL_bool | enabled | ) |
uint32_t SDL_GetGlobalMouseState | ( | int * | x, |
int * | y | ||
) |
int SDL_PeepEvents | ( | SDL_Event * | events, |
int | numevents, | ||
SDL_eventaction | action, | ||
uint32_t | minType, | ||
uint32_t | maxType | ||
) |
int SDL_PollEvent | ( | SDL_Event * | event | ) |
int SDL_WaitEventTimeout | ( | SDL_Event * | event, |
int | timeout | ||
) |
int SDL_WaitEvent | ( | SDL_Event * | event | ) |
void SDL_FlushEvent | ( | uint32_t | type | ) |
uint32_t SDL_RegisterEvents | ( | int | numevents | ) |
void SDL_PumpEvents | ( | void | ) |
const char * SDL_GetScancodeName | ( | SDL_Scancode | scancode | ) |
char * SDL_UCS4ToUTF8 | ( | uint32_t | ch, |
char * | dst | ||
) |
const char * SDL_GetKeyName | ( | SDL_Keycode | key | ) |