flyover / imgui-js

JavaScript bindings for Dear ImGui using Emscripten and TypeScript
https://flyover.github.io/imgui-js/example/
MIT License
915 stars 98 forks source link

click no response under Mac 10.13.6 safari #7

Open dragonpoint opened 5 years ago

dragonpoint commented 5 years ago

ImGui JavaScript+WebGL example ImGui JavaScript+Three.js example

nothing happens when click ui items seems like mouse message not actived

Mac 10.13.6 Safari

luney112 commented 5 years ago

The example code uses pointer events, which is not supported on webkit. So no safari support for the example code.