diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2012-12-02 16:46:39 +1000 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2012-12-02 16:46:39 +1000 |
commit | b819359442313689ab12fd6b381657096c143782 (patch) | |
tree | 5de5e38343dd8649cb36615914f61266cb3d7603 /include/lld | |
parent | d24aa689e9f08aab7db73b169db938b5b0e1e88e (diff) | |
download | uGFX-b819359442313689ab12fd6b381657096c143782.tar.gz uGFX-b819359442313689ab12fd6b381657096c143782.tar.bz2 uGFX-b819359442313689ab12fd6b381657096c143782.zip |
Change Mouse Poll period default to a better value
Diffstat (limited to 'include/lld')
-rw-r--r-- | include/lld/ginput/mouse.h | 2 |
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)
|