diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-01-24 17:33:15 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-01-24 17:50:14 +0100 |
| commit | 360d54a86b62d7f8e101091844f3a71a230341f4 (patch) | |
| tree | d5a061772674400d2773ce096a9fa55ed1948407 /sokol_app.h | |
| parent | 9d4c0842c131bc2c3ad46540e002f1f091e2809e (diff) | |
sokol_app.h: remove sapp_desc.html5_bubble_key_events
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 1 |
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; |