Hello! Is there a way to set a repeat delay/interval when holding a key down?
When I handle input->GetKeyDown in E_KEYDOWN handler, I get a key press reported immediately. There’s a short time period ~250ms before I get a second key down event reported, and afterwards interval gets shorter and is ~100ms.
Thank you.