Skip to content

Commit

Permalink
Moved Android patch note into the Android section
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 24, 2018
1 parent 6cf4d0e commit cbfee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhatsNew.txt
Expand Up @@ -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.
Expand Down

0 comments on commit cbfee82

Please sign in to comment.