#include "SDL_stdinc.h"
#include "SDL_error.h"
#include "SDL_video.h"
#include "SDL_touch.h"
#include "begin_code.h"
#include "close_code.h"
Go to the source code of this file.
Typedefs | |
typedef Sint64 | SDL_GestureID |
Functions | |
DECLSPEC int SDLCALL | SDL_RecordGesture (SDL_TouchID touchId) |
Begin Recording a gesture on the specified touch, or all touches (-1) | |
DECLSPEC int SDLCALL | SDL_SaveAllDollarTemplates (SDL_RWops *src) |
Save all currently loaded Dollar Gesture templates. | |
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. | |
Include file for SDL gesture event handling.