소스 검색

Enable virtual joystick support for Emscripten

Sam Lantinga 1 년 전
부모
커밋
fa5367d379
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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