Keyboard event lost in browser #318
Unanswered
haiyingtian922
asked this question in
Q&A
Replies: 2 comments 1 reply
-
F5, F12 (and probably F1 as well as others) are common shortcuts in most browsers:
Normally, when using an emscripten app (and when it is focused), those keys should be transmitted to the emscripten app instead of being handled by the browser. However some browsers may not handle this correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not that I know of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
build with emscripten, input url in browser. maybe the keyboard event was intercepted by imgui, so press f5 or f12 invalid. this is hard to refresh or debug
Beta Was this translation helpful? Give feedback.
All reactions