maartenengels
2016-11-29 16:42:25 UTC
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?
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?