SDL2 Android not receiving keyboard events (numbers/letters)
"maartenengels" <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
I have ported an application to Android using the SDL Android template project that comes with the source code. Unfortunately after building and running the application, I found out that it doesn't receive Keyboard Events for numbers/letters. Although it does reiceve Keyboard Events for 'BACKSPACE', 'ENTER', 'SHIFT' and etc. Although I cannot debug my C++ code, I backtracked the incoming keyboard events back to the function : Code: public boolean sendKeyEvent(KeyEvent event) In the class SDLInputConnection that extends BaseInputConnection. Am I missing something? Where do I go wrong? _______________________________________________ SDL mailing list [email protected] http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org