From b819359442313689ab12fd6b381657096c143782 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Sun, 2 Dec 2012 16:46:39 +1000 Subject: [PATCH] Change Mouse Poll period default to a better value --- include/lld/ginput/mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lld/ginput/mouse.h b/include/lld/ginput/mouse.h index 64c7c5ec..423a6c3e 100644 --- a/include/lld/ginput/mouse.h +++ b/include/lld/ginput/mouse.h @@ -65,7 +65,7 @@ // n - Millisecs between poll's #ifndef GINPUT_MOUSE_POLL_PERIOD - #define GINPUT_MOUSE_POLL_PERIOD 100 + #define GINPUT_MOUSE_POLL_PERIOD 25 #endif // n - Movement allowed without discarding the CLICK or CLICKCXT event (+/- pixels)