mirror of https://github.com/mgba-emu/mgba.git
Qt: Reduce time that it takes for the mouse to disappear
This commit is contained in:
parent
8ff8876e37
commit
d0bc4d4f4e
|
@ -58,7 +58,7 @@ protected:
|
|||
|
||||
private:
|
||||
static Driver s_driver;
|
||||
static const int MOUSE_DISAPPEAR_TIMER = 2000;
|
||||
static const int MOUSE_DISAPPEAR_TIMER = 1000;
|
||||
|
||||
MessagePainter m_messagePainter;
|
||||
bool m_lockAspectRatio;
|
||||
|
|
Loading…
Reference in New Issue