aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-12-02 16:46:39 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-12-02 16:46:39 +1000
commitb819359442313689ab12fd6b381657096c143782 (patch)
tree5de5e38343dd8649cb36615914f61266cb3d7603
parentd24aa689e9f08aab7db73b169db938b5b0e1e88e (diff)
downloaduGFX-b819359442313689ab12fd6b381657096c143782.tar.gz
uGFX-b819359442313689ab12fd6b381657096c143782.tar.bz2
uGFX-b819359442313689ab12fd6b381657096c143782.zip
Change Mouse Poll period default to a better value
-rw-r--r--include/lld/ginput/mouse.h2
1 files changed, 1 insertions, 1 deletions
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)