summaryrefslogtreecommitdiff
path: root/WhatsNew.txt
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2014-03-01 12:21:15 -0800
committerSam Lantinga <slouken@libsdl.org>2014-03-01 12:21:15 -0800
commit49980068e12786e8df597586dc1fc4b56174db03 (patch)
tree6a5bcfd136a71778630a1b0ea4d2bcb07a8a7166 /WhatsNew.txt
parentbdbb3239c4c5b3e4f1b7de2229792e83d5f584b6 (diff)
downloadsdl-49980068e12786e8df597586dc1fc4b56174db03.tar.gz
Changed SDL_HINT_ACCEL_AS_JOY to SDL_HINT_ACCELEROMETER_AS_JOYSTICK to be more clear.
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 83c1be202..ae1ed18e9 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -41,7 +41,7 @@ Android:
the required runtime version remains at 10, but on such devices joystick
support won't be available).
* Hotplugging support for joysticks
-* Added a hint SDL_HINT_ACCEL_AS_JOY to control whether the accelerometer should be listed as a 3 axis joystick, which it will by default.
+* Added a hint SDL_HINT_ACCELEROMETER_AS_JOYSTICK to control whether the accelerometer should be listed as a 3 axis joystick, which it will by default.
---------------------------------------------------------------------------