Skip to content

Commit

Permalink
enable touch by default, disable mouse by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Mar 20, 2018
1 parent d0399f9 commit 01e265a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/defaults.h
Expand Up @@ -149,7 +149,7 @@ Default build-depended cvar and constant values
=========================================================================
*/

#if defined __ANDROID__ || TARGET_OS_IPHONE
#if defined __ANDROID__ || TARGET_OS_IPHONE || defined __vita__
#define DEFAULT_TOUCH_ENABLE "1"
#define DEFAULT_M_IGNORE "1"
#else
Expand Down

0 comments on commit 01e265a

Please sign in to comment.