1
0
镜像自地址 git://projects.qi-hardware.com/gmenu2x.git 已同步 2025-04-21 12:27:27 +03:00

Set initial key repeat delay to a more sensible value

Previously it was set to 1 ms, which in practice means "as fast as
you can" and leads to a lot of unintended repeats.
这个提交包含在:
Maarten ter Huurne
2013-08-09 18:18:51 +02:00
父节点 346067896a
当前提交 3f299f62b6
+1 -1
查看文件
@@ -1306,7 +1306,7 @@ typedef struct {
} MMSP2ADC;
void GMenu2X::setInputSpeed() {
SDL_EnableKeyRepeat(1,150);
SDL_EnableKeyRepeat(250, 150);
}
#ifdef ENABLE_CPUFREQ