|
arsa
2.7
|
#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) More... | |
| DECLSPEC int SDLCALL | SDL_SaveAllDollarTemplates (SDL_RWops *dst) |
| Save all currently loaded Dollar Gesture templates. More... | |
| DECLSPEC int SDLCALL | SDL_SaveDollarTemplate (SDL_GestureID gestureId, SDL_RWops *dst) |
| Save a currently loaded Dollar Gesture template. More... | |
| DECLSPEC int SDLCALL | SDL_LoadDollarTemplates (SDL_TouchID touchId, SDL_RWops *src) |
| Load Dollar Gesture templates from a file. More... | |
Include file for SDL gesture event handling.
Definition in file SDL_gesture.h.
| typedef Sint64 SDL_GestureID |
Definition at line 44 of file SDL_gesture.h.
| DECLSPEC int SDLCALL SDL_LoadDollarTemplates | ( | SDL_TouchID | touchId, |
| SDL_RWops * | src | ||
| ) |
Load Dollar Gesture templates from a file.
| DECLSPEC int SDLCALL SDL_RecordGesture | ( | SDL_TouchID | touchId | ) |
Begin Recording a gesture on the specified touch, or all touches (-1)
Save all currently loaded Dollar Gesture templates.
| DECLSPEC int SDLCALL SDL_SaveDollarTemplate | ( | SDL_GestureID | gestureId, |
| SDL_RWops * | dst | ||
| ) |
Save a currently loaded Dollar Gesture template.
1.8.15