Type of SDL_GestureTouch.id is SDL_TouchID (only for SDL_gesture.c internal)
This commit is contained in:
parent
9e6ee9e79a
commit
8d5ba0eb26
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ typedef struct {
|
||||||
} SDL_DollarTemplate;
|
} SDL_DollarTemplate;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
SDL_GestureID id;
|
SDL_TouchID id;
|
||||||
SDL_FloatPoint res;
|
SDL_FloatPoint res;
|
||||||
SDL_FloatPoint centroid;
|
SDL_FloatPoint centroid;
|
||||||
SDL_DollarPath dollarPath;
|
SDL_DollarPath dollarPath;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue