Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviour
This commit is contained in:
parent
a86fca805f
commit
cbc5a31a9f
3 changed files with 15 additions and 5 deletions
|
@ -323,6 +323,7 @@ extern "C" {
|
|||
* "1" - Mouse events will generate touch events
|
||||
*
|
||||
* By default SDL will *not* generate touch events for mouse events
|
||||
* Except for Android, they are generated by default.
|
||||
*/
|
||||
|
||||
#define SDL_HINT_MOUSE_TOUCH_EVENTS "SDL_MOUSE_TOUCH_EVENTS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue