summaryrefslogtreecommitdiff
path: root/WhatsNew.txt
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2018-02-24 09:09:20 -0800
committerSam Lantinga <slouken@libsdl.org>2018-02-24 09:09:20 -0800
commit58a70df59a025b9bc6812df3b01bc13cd502d9fc (patch)
treea9cf06b722bbd9d2d659c4311174a71b55dddeb2 /WhatsNew.txt
parentb046e8d9de4d86d21b9809bfbdce680ce100b68c (diff)
downloadsdl-58a70df59a025b9bc6812df3b01bc13cd502d9fc.tar.gz
Moved Android patch note into the Android section
Diffstat (limited to 'WhatsNew.txt')
-rw-r--r--WhatsNew.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/WhatsNew.txt b/WhatsNew.txt
index 54c457701..7d29e3f89 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -25,11 +25,11 @@ iOS:
* Added the hint SDL_HINT_IOS_HIDE_HOME_INDICATOR to control whether the home indicator bar on iPhone X should be hidden. This defaults to dimming the indicator for fullscreen applications and showing the indicator for windowed applications.
iOS / Android:
-* Added SDL_IsAndroidTV() to tell whether the application is running on Android TV
* Added the hint SDL_HINT_RETURN_KEY_HIDES_IME to control whether the return key on the software keyboard should hide the keyboard or send a key event (the default)
Android:
* SDL now requires the API 19 SDK to build, but can still target devices down to API 14 (Android 4.0.1)
+* Added SDL_IsAndroidTV() to tell whether the application is running on Android TV
Android / tvOS:
* Added the hint SDL_HINT_TV_REMOTE_AS_JOYSTICK to control whether TV remotes should be listed as joystick devices (the default) or send keyboard events.