28 #ifndef _SDL_gesture_h
29 #define _SDL_gesture_h
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 *src)
Save a currently loaded Dollar Gesture template.
DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src)
Load Dollar Gesture templates from a file.
int64_t Sint64
A signed 64-bit integer type.
DECLSPEC int SDLCALL SDL_SaveAllDollarTemplates(SDL_RWops *src)
Save all currently loaded Dollar Gesture templates.