Is this with SDL 1 or SDL 2? SDL 2 related issues can be reported to https://github.com/emscripten-ports/SDL2. Would you have a small test case?
2017-01-05 12:31 GMT+02:00 Thomas Arnbjerg <[email protected]> : > 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. > -- 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.
