mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 16:27:10 +01:00
implement auto repeat configuration for key press events, to give more flexibility
This commit is contained in:
@@ -31,7 +31,6 @@ class PlatformWindow
|
||||
{
|
||||
enum {
|
||||
KEY_PRESS_REPEAT_INTERVAL = 30,
|
||||
KEY_PRESS_REPEAT_DELAY = 500
|
||||
};
|
||||
|
||||
typedef std::function<void(const Size&)> OnResizeCallback;
|
||||
|
||||
Reference in New Issue
Block a user