Hi all, I'm writing an SDL application and want to allow the user to type in text. I get the SDL_TEXTINPUT events as expected but SDL_TextInputEvent::text does not contain the key pressed. The value is fixed at a meaningless value (first 4 bytes have the fixed values 1000).
During initialization I call: SDL_EnableUNICODE (SDL_ENABLE); - and SDL_StartTextInput (); I'm using the pre-built Emscripten 1.35 on Windows 7 and Firefox. Any ideas? Best Thomas -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
