mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-26 08:22:53 +00:00
fix: UI_REPEAT constant linkage
This commit is contained in:
parent
2e5550e6bb
commit
44903526c6
|
|
@ -58,9 +58,9 @@ protected:
|
|||
private:
|
||||
std::mutex m_navigationLock;
|
||||
|
||||
static const int UI_REPEAT_KEY_DELAY_MS =
|
||||
static constexpr int UI_REPEAT_KEY_DELAY_MS =
|
||||
300; // How long from press until the first repeat
|
||||
static const int UI_REPEAT_KEY_REPEAT_RATE_MS =
|
||||
static constexpr int UI_REPEAT_KEY_REPEAT_RATE_MS =
|
||||
100; // How long in between repeats
|
||||
time_util::time_point m_actionRepeatTimer[XUSER_MAX_COUNT][ACTION_MAX_MENU + 1];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue