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
{{ message }}
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
I would like to send a key like f12 or alt+enter to my Emscripten built engine from a JS function. The reason is these are buttons that do special things in the engine, but they aren't easily available on the phones, so I would like to place a little overlay with some screen buttons in the html that would send these button presses to the engine.
Is there an easy way to leverage the SDL2 port to do this?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to send a key like f12 or alt+enter to my Emscripten built engine from a JS function. The reason is these are buttons that do special things in the engine, but they aren't easily available on the phones, so I would like to place a little overlay with some screen buttons in the html that would send these button presses to the engine.
Is there an easy way to leverage the SDL2 port to do this?
The text was updated successfully, but these errors were encountered: