Added pressure support for touch events.
This commit is contained in:
parent
11b6823d3f
commit
3dcae4341c
6 changed files with 38 additions and 18 deletions
|
@ -312,6 +312,7 @@ typedef struct SDL_TouchFingerEvent
|
|||
Uint8 padding1;
|
||||
int x;
|
||||
int y;
|
||||
int pressure;
|
||||
} SDL_TouchFingerEvent;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue