Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_gesture.h File Reference
Include file for SDL gesture event handling. More...
Go to the source code of this file.
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 *dst) |
| 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. | |
| DECLSPEC int SDLCALL | SDL_LoadDollarTemplates (SDL_TouchID touchId, SDL_RWops *src) |
| Load Dollar Gesture templates from a file. | |
Detailed Description
Include file for SDL gesture event handling.
Definition in file SDL_gesture.h.
Function Documentation
| 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)
| DECLSPEC int SDLCALL SDL_SaveAllDollarTemplates | ( | SDL_RWops * | dst ) |
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.
Generated on Tue Jul 12 2022 13:56:25 by
1.7.2