floooh / sokol

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

sokol_imgui.h: improve touch input with new Dear ImGui 1.89.5 function. #836

Closed floooh closed 1 year ago

floooh commented 1 year ago

Dear ImGui 1.89.5 has a new IO function io.AddMouseSourceEvent() which allows to differentiate between mouse- and touch-events, which in turn fixes ui tab selection (this now works with a single tap, previously a double-tap was needed).