We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee881cf + 485b055 commit a58ac85Copy full SHA for a58ac85
1 file changed
config.def.h
@@ -1619,7 +1619,11 @@
1619
#endif
1620
1621
#define DEFAULT_INPUT_BIND_TIMEOUT 3
1622
+#if defined(ANDROID)
1623
+#define DEFAULT_INPUT_BIND_HOLD 1
1624
+#else
1625
#define DEFAULT_INPUT_BIND_HOLD 0
1626
+#endif
1627
#define DEFAULT_INPUT_POLL_TYPE_BEHAVIOR 2
1628
#define DEFAULT_INPUT_HOTKEY_BLOCK_DELAY 5
1629
#define DEFAULT_INPUT_HOTKEY_DEVICE_MERGE false
0 commit comments