mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Added pressure support for touch events.
This commit is contained in:
@@ -312,6 +312,7 @@ typedef struct SDL_TouchFingerEvent
|
||||
Uint8 padding1;
|
||||
int x;
|
||||
int y;
|
||||
int pressure;
|
||||
} SDL_TouchFingerEvent;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user