floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.54k stars 469 forks source link

sokol_app.h emsc: optional event bubbling #975

Closed floooh closed 5 months ago

floooh commented 5 months ago

PR for: https://github.com/floooh/sokol/issues/972

This restores the old HTML5 event bubbling behaviour (e.g. most event do not bubble up), but allows to enable bubbling for specific input event categories.

TODO BEFORE:

TODO AFTER: