Skip to content

Commit dd956f5

Browse files
committed
tweak(input): Reduce keyboard repeat delay from 333ms to 250ms for snappier feel
1 parent 7ed4f88 commit dd956f5

File tree

2 files changed

+2
-2
lines changed
  • GeneralsMD/Code/GameEngine/Include/GameClient
  • Generals/Code/GameEngine/Include/GameClient

2 files changed

+2
-2
lines changed

Generals/Code/GameEngine/Include/GameClient/Keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct KeyboardIO
8787
class Keyboard : public SubsystemInterface
8888
{
8989

90-
enum { KEY_REPEAT_DELAY_MS = 333 };
90+
enum { KEY_REPEAT_DELAY_MS = 250 };
9191

9292
public:
9393

GeneralsMD/Code/GameEngine/Include/GameClient/Keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct KeyboardIO
8787
class Keyboard : public SubsystemInterface
8888
{
8989

90-
enum { KEY_REPEAT_DELAY_MS = 333 };
90+
enum { KEY_REPEAT_DELAY_MS = 250 };
9191

9292
public:
9393

0 commit comments

Comments
 (0)