Commit 6f732d4ee8ef78da503a7a960da328308c09a8b3

Sylvain Becker 2019-04-04T20:24:22

Update WhatsNew.txt

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/WhatsNew.txt b/WhatsNew.txt
index 3aeaf65..95cb442 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -8,6 +8,7 @@ This is a list of major changes in SDL's version history.
 
 Android:
 * Removed SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH (replaced by SDL_HINT_MOUSE_TOUCH_EVENTS and SDL_HINT_TOUCH_MOUSE_EVENTS)
+  (Changed old default behavior from hardware mouse triggering touch events to now not doing so (SDL_MOUSE_TOUCH_EVENTS=0) to match the default behavior of other platforms")
 
 
 ---------------------------------------------------------------------------