28 #ifndef _SDL_gesture_h 29 #define _SDL_gesture_h 44 typedef Sint64 SDL_GestureID;
int64_t Sint64
A signed 64-bit integer type.
Definition: SDL_stdinc.h:164
DECLSPEC int SDLCALL SDL_RecordGesture(SDL_TouchID touchId)
Begin Recording a gesture on the specified touch, or all touches (-1)
DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId, SDL_RWops *dst)
Save a currently loaded Dollar Gesture template.
DECLSPEC int SDLCALL SDL_SaveAllDollarTemplates(SDL_RWops *dst)
Save all currently loaded Dollar Gesture templates.
DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src)
Load Dollar Gesture templates from a file.
Definition: SDL_rwops.h:52