Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
/ Input Public archive

Commit 8f35c3e

Browse files
committed
Update __input_config.gml
1 parent c7a8adb commit 8f35c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/__input_config/__input_config.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#macro INPUT_BUFFERED_REALTIME false //Set to true to use milliseconds instead of frames for input_check_*() functions
77
#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
88

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)
1010
#macro INPUT_HOTSWAP_ON_MOUSE_MOVEMENT true //Whether to trigger a hotswap when the mouse is moved
1111
#macro INPUT_MOUSE_MOVE_DEADZONE 2 //Size of the deadzone for detecting mouse movement, measured in pixels
1212
#macro INPUT_HOTSWAP_ON_GAMEPAD_AXIS true //Whether to trigger a hotswap when a gamepad axis is moved

0 commit comments

Comments
 (0)