pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
607 stars 91 forks source link

Scroll gesture in iOS doesn't work #7

Open Gargo opened 3 years ago

Gargo commented 3 years ago

Does imgui in general support it?

pthom commented 3 years ago

Sorry for not answering sooner. No ImGui in itself does not seem to support it.

wkjarosz commented 6 months ago

@Gargo I managed to get pinch-to-zoom to work in Samplin' Safari under emscripten by processing custom SDL gesture events. You might be able to use something similar in your app for a scroll gesture.