Explorar o código

Enable virtual joystick support for Emscripten

Sam Lantinga hai 1 ano
pai
achega
fa5367d379
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/build_config/SDL_build_config_emscripten.h

+ 1 - 0
include/build_config/SDL_build_config_emscripten.h

@@ -163,6 +163,7 @@
 
 /* Enable various input drivers */
 #define SDL_JOYSTICK_EMSCRIPTEN 1
+#define SDL_JOYSTICK_VIRTUAL    1
 
 /* Enable various sensor drivers */
 #define SDL_SENSOR_DUMMY 1