aboutsummaryrefslogtreecommitdiffstats
path: root/include/lld/ginput/mouse.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-12-02 03:05:21 -0800
committerTectu <joel@unormal.org>2012-12-02 03:05:21 -0800
commit24e75d96e14a668ead91797bc7cb4e7d3097b3ea (patch)
treec15ea2d56eb73f3664680ea045f7146d9ba19d2b /include/lld/ginput/mouse.h
parentef13b27a790568338f3784e13c9e4a125c16222f (diff)
parent74e94d39b9b66adeaf8bcbb8789d79110102bb15 (diff)
downloaduGFX-24e75d96e14a668ead91797bc7cb4e7d3097b3ea.tar.gz
uGFX-24e75d96e14a668ead91797bc7cb4e7d3097b3ea.tar.bz2
uGFX-24e75d96e14a668ead91797bc7cb4e7d3097b3ea.zip
Merge pull request #25 from inmarket/master
Bug fixes + new driver + extend touch demo
Diffstat (limited to 'include/lld/ginput/mouse.h')
-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)