Skip to content

Commit 01e265a

Browse files
committed
enable touch by default, disable mouse by default
1 parent d0399f9 commit 01e265a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Default build-depended cvar and constant values
149149
=========================================================================
150150
*/
151151

152-
#if defined __ANDROID__ || TARGET_OS_IPHONE
152+
#if defined __ANDROID__ || TARGET_OS_IPHONE || defined __vita__
153153
#define DEFAULT_TOUCH_ENABLE "1"
154154
#define DEFAULT_M_IGNORE "1"
155155
#else

0 commit comments

Comments
 (0)