We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1702

Summary: Android soft keyboard fails to pass all input
Product: SDL Reporter: Jonny D <grimfang4>
Component: eventsAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: gabomdq
Version: HG 2.0   
Hardware: ARM   
OS: Android (All)   
Attachments: Patch for Android software keyboard text input

Description Jonny D 2013-01-22 09:31:24 UTC
I'm using the Android port and noticed that many keys from the software keyboard are not passed through SDL's text input API.  Among other keys, none of the numerical keys work.  I've seen the same on a device and emulator.  Here's a patch (attached) that passes on the needed data from the SDLInputConnection::sendKeyEvent callback.
Comment 1 Jonny D 2013-01-22 09:46:03 UTC
Created attachment 1026 [details]
Patch for Android software keyboard text input
Comment 2 Gabriel Jacobo 2013-01-26 07:32:51 UTC
http://hg.libsdl.org/SDL/rev/436b5b8a5b98 Thanks!