Skip to content

Commit

Permalink
Enable mouse emulation for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed May 31, 2021
1 parent 895a143 commit ca8c1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/utils/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ bool SpawnWindow(const char *lpWindowName)
scePowerSetArmClockFrequency(444);
#endif

#if SDL_VERSION_ATLEAST(2, 0, 6)
#if SDL_VERSION_ATLEAST(2, 0, 6) && !defined(__ANDROID__)
SDL_SetHint(SDL_HINT_TOUCH_MOUSE_EVENTS, "0");
#endif

Expand Down

0 comments on commit ca8c1c1

Please sign in to comment.