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
I'm trying to catch html5 keypress event (emscripten_set_keypress_callback) when using SDL, but it's not working. If I comment SDL_Init(SDL_INIT_VIDEO) it works.
Also, if I compile SDL (<SDL/SDL.h>) with parameter -s USE_SDL=2 it works too.