You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: scripts/__input_config/__input_config.gml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
#macro INPUT_SDL2_REMAPPING true//Whether to use our own SDL2 database to remap controllers
15
15
#macro INPUT_SDL2_GP_SELECT_NAME "back"//SDL2 binding name for gp_select (GameMaker's documentation says "guide" but most SDL2 definitions use "back")
16
-
#macro INPUT_SDL2_ALLOW_EXTERNAL true//Whether to allow external SDL2 database loading. *You must turn OFF file system sandboxing for this to work.* The path is given by the environment variable %SDL_GAMECONTROLLERCONFIG%
16
+
#macro INPUT_SDL2_ALLOW_EXTERNAL false//Whether to allow external SDL2 database loading. *You must turn OFF file system sandboxing for this to work.* The path is given by the environment variable %SDL_GAMECONTROLLERCONFIG%
0 commit comments