Skip to content

Commit a58ac85

Browse files
Merge pull request #17704 from zoltanvb/android_bind_hold
Change bind hold default on Android
2 parents ee881cf + 485b055 commit a58ac85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config.def.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,11 @@
16191619
#endif
16201620

16211621
#define DEFAULT_INPUT_BIND_TIMEOUT 3
1622+
#if defined(ANDROID)
1623+
#define DEFAULT_INPUT_BIND_HOLD 1
1624+
#else
16221625
#define DEFAULT_INPUT_BIND_HOLD 0
1626+
#endif
16231627
#define DEFAULT_INPUT_POLL_TYPE_BEHAVIOR 2
16241628
#define DEFAULT_INPUT_HOTKEY_BLOCK_DELAY 5
16251629
#define DEFAULT_INPUT_HOTKEY_DEVICE_MERGE false

0 commit comments

Comments
 (0)