[UWP] Enable menu touch input

This commit is contained in:
driver1998 2019-12-05 17:15:27 +08:00
parent bb6f13a725
commit 4b393eb22a

View File

@ -97,7 +97,7 @@
#define DEFAULT_MOUSE_SCALE 1
#endif
#if defined(RARCH_MOBILE) || defined(HAVE_LIBNX)
#if defined(RARCH_MOBILE) || defined(HAVE_LIBNX) || defined(__WINRT__)
#define DEFAULT_POINTER_ENABLE true
#else
#define DEFAULT_POINTER_ENABLE false