OSDN Git Service

Add workaround for missing delete key events.
authorJustin Shapcott <support@mobidevelop.com>
Mon, 25 Feb 2013 16:36:18 +0000 (09:36 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Mon, 25 Feb 2013 16:36:18 +0000 (09:36 -0700)
commit19b5d10a32e11f9035a13905efdfb15593dedb0d
tree84910ace5a27422bf3f558537d00e27d55c8adc0
parentfef764c9b2c12d836bd9e5f3c792b2e3e9f83150
Add workaround for missing delete key events.

In Jelly Bean, the behavior when hitting delete on the soft keyboard was
changed so it does not send key events in certain circumstances. We want
the key events so we send them ourselves.
backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidGraphics.java