Hacker News new | ask | show | jobs
by billconan 4060 days ago
two issues:

1. it doesn't accept asian language inputs. 2. the scrolling direction doesn't respect my system settings. (I have unchecked natural scrolling direction on my mac)

2 comments

It seems to be hardcoded natural scrolling - I'm getting it on a Windows desktop with a mouse wheel.
Still wrong. The scrolling direction is the opposite of your system settings.

I have my mac set to "natural" scrolling and for me the demo scrolls conventionally.

Issue seems to come from Emscripten https://github.com/kripken/emscripten/issues/3171
the input and scrolling is handled by GLFW, I'll look into the issue. also it's specific to the web version which is weird