gesture: Removed the gesture API from SDL3.

Fixes #6758.
This commit is contained in:
Ryan C. Gordon 2022-12-13 14:54:37 -05:00
parent 07fa2769b8
commit a76053352c
No known key found for this signature in database
GPG key ID: FA148B892AB48044
29 changed files with 6 additions and 1726 deletions

View file

@ -31,10 +31,6 @@ SDL3_0.0.0 {
SDL_WriteBE32;
SDL_WriteLE64;
SDL_WriteBE64;
SDL_RecordGesture;
SDL_SaveAllDollarTemplates;
SDL_SaveDollarTemplate;
SDL_LoadDollarTemplates;
SDL_GetNumAudioDrivers;
SDL_GetAudioDriver;
SDL_AudioInit;