Skip to content

Commit 5ac0d3b

Browse files
committed
Tweak key repeat timers
Until we fix this properly
1 parent 207f2c8 commit 5ac0d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

window.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include "screen.h"
99
#include "sdlutils.h"
1010

11-
#define KEYHOLD_TIMER_FIRST 6
12-
#define KEYHOLD_TIMER 2
11+
#define KEYHOLD_TIMER_FIRST 12
12+
#define KEYHOLD_TIMER 3
1313

1414
CWindow::CWindow(void):
1515
m_timer(0),

0 commit comments

Comments
 (0)