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
@@ -6,7 +6,7 @@
6
6
#macro INPUT_BUFFERED_REALTIME false//Set to true to use milliseconds instead of frames for input_check_*() functions
7
7
#macro INPUT_DOUBLE_DELAY 12//Delay between key presses for it to register as a double press. Whether this is in frames or milliseconds is controlled by INPUT_BUFFERED_REALTIME
8
8
9
-
#macro INPUT_HOTSWAP_DELAY 33//Number of milliseconds between source swaps. This should be longer than a single frame (>17 ms)
9
+
#macro INPUT_HOTSWAP_DELAY 33//Number of milliseconds between source swaps. This should be longer than a single frame (>17 ms at 60FPS)
10
10
#macro INPUT_HOTSWAP_ON_MOUSE_MOVEMENT true//Whether to trigger a hotswap when the mouse is moved
11
11
#macro INPUT_MOUSE_MOVE_DEADZONE 2//Size of the deadzone for detecting mouse movement, measured in pixels
12
12
#macro INPUT_HOTSWAP_ON_GAMEPAD_AXIS true//Whether to trigger a hotswap when a gamepad axis is moved
0 commit comments