Enable the virtual joystick API by default

This commit is contained in:
Sam Lantinga
2020-04-13 08:18:16 -07:00
parent ef147d2e29
commit e6c640f314
9 changed files with 14 additions and 7 deletions

View File

@@ -136,8 +136,9 @@
/* Enable various input drivers */
#define SDL_JOYSTICK_ANDROID 1
#define SDL_JOYSTICK_HIDAPI 1
#define SDL_HAPTIC_ANDROID 1
#define SDL_JOYSTICK_HIDAPI 1
#define SDL_JOYSTICK_VIRTUAL 1
#define SDL_HAPTIC_ANDROID 1
/* Enable sensor driver */
#define SDL_SENSOR_ANDROID 1