aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-01-24 17:33:15 +0100
committerAndre Weissflog <floooh@gmail.com>2024-01-24 17:50:14 +0100
commit360d54a86b62d7f8e101091844f3a71a230341f4 (patch)
treed5a061772674400d2773ce096a9fa55ed1948407 /sokol_app.h
parent9d4c0842c131bc2c3ad46540e002f1f091e2809e (diff)
sokol_app.h: remove sapp_desc.html5_bubble_key_events
Diffstat (limited to 'sokol_app.h')
-rw-r--r--sokol_app.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h
index 0c77f0f2..c5cd4328 100644
--- a/sokol_app.h
+++ b/sokol_app.h
@@ -1679,7 +1679,6 @@ typedef struct sapp_desc {
bool html5_bubble_mouse_events; // if true, mouse events will bubble up to the web page
bool html5_bubble_touch_events; // same for touch events
bool html5_bubble_wheel_events; // same for wheel events
- bool html5_bubble_key_events; // same for all key events
bool ios_keyboard_resizes_canvas; // if true, showing the iOS keyboard shrinks the canvas
} sapp_desc;