Skip to content

Commit

Permalink
sokol_app.h: remove sapp_desc.html5_bubble_key_events
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 24, 2024
1 parent 9d4c084 commit 360d54a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sokol_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 360d54a

Please sign in to comment.