aboutsummaryrefslogtreecommitdiff
path: root/src/struct_info.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/struct_info.json')
-rw-r--r--src/struct_info.json23
1 files changed, 20 insertions, 3 deletions
diff --git a/src/struct_info.json b/src/struct_info.json
index 2a2b4c64..f762bf2b 100644
--- a/src/struct_info.json
+++ b/src/struct_info.json
@@ -948,11 +948,10 @@
],
"SDL_MouseMotionEvent": [
"type",
+ "timestamp",
"windowID",
+ "which",
"state",
- "padding1",
- "padding2",
- "padding3",
"x",
"y",
"xrel",
@@ -960,7 +959,9 @@
],
"SDL_MouseButtonEvent": [
"type",
+ "timestamp",
"windowID",
+ "which",
"button",
"state",
"padding1",
@@ -983,6 +984,17 @@
"state",
"padding1"
],
+ "SDL_TouchFingerEvent": [
+ "type",
+ "timestamp",
+ "touchId",
+ "fingerId",
+ "x",
+ "y",
+ "dx",
+ "dy",
+ "pressure"
+ ],
"SDL_ResizeEvent": [
"type",
"w",
@@ -991,6 +1003,11 @@
}
},
{
+ "file": "SDL/SDL_touch.h",
+ "defines": ["SDL_TOUCH_MOUSEID"],
+ "structs": {}
+ },
+ {
"file": "SDL/SDL_audio.h",
"defines": [
"SDL_AUDIO_MASK_BITSIZE",