Return correct key code for delete/backspace on android.
Also increased minimum Android API version to 14.
This commit is contained in:
parent
66369645b5
commit
186294607f
4 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
NDK_TOOLCHAIN_VERSION := 4.9
|
||||
APP_PLATFORM := android-9
|
||||
APP_PLATFORM := android-14
|
||||
APP_STL := c++_shared
|
||||
APP_ABI := armeabi-v7a
|
||||
APP_MODULES := sfml-activity sfml-example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue