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
As specified in the docs the canvas is supposed to take the focus (unless I specify SDL_EMSCRIPTEN_KEYBOARD_ELEMENT). While it does correctly capture backspace for example, the arrow keys are still sent to the browser, which causes scrolling of the page when the intention is to send commands to the js application.
Is there a way to stop sending the arrow key events to the browser?