You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When mouse callbacks track canvas element then EmscriptenMouseEvent:::canvasX/canvasY values are broken inside of method emscInputMgr::emscMouseMove(int eventType, const EmscriptenMouseEvent* e, void* userData).
But if EmscriptenMouseEvent::targetX/targetY are used instead of ::canvasX/canvasY they are correct.
The text was updated successfully, but these errors were encountered:
When mouse callbacks track canvas element then
EmscriptenMouseEvent:::canvasX/canvasY
values are broken inside of methodemscInputMgr::emscMouseMove(int eventType, const EmscriptenMouseEvent* e, void* userData)
.But if
EmscriptenMouseEvent::targetX/targetY
are used instead of::canvasX/canvasY
they are correct.The text was updated successfully, but these errors were encountered: