all repos — mgba @ d0bc4d4f4e8e4f28ffbc741a0ee35076a2d70b1c

mGBA Game Boy Advance Emulator

Qt: Reduce time that it takes for the mouse to disappear
Jeffrey Pfau jeffrey@endrift.com
Fri, 17 Jul 2015 00:07:28 -0700
commit

d0bc4d4f4e8e4f28ffbc741a0ee35076a2d70b1c

parent

8ff8876e3724981739d1343223eb2347a0b28810

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/Display.hsrc/platform/qt/Display.h

@@ -58,7 +58,7 @@

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;