diff options
author | Tectu <joel@unormal.org> | 2012-12-02 03:05:21 -0800 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-12-02 03:05:21 -0800 |
commit | 24e75d96e14a668ead91797bc7cb4e7d3097b3ea (patch) | |
tree | c15ea2d56eb73f3664680ea045f7146d9ba19d2b /include/lld/ginput/mouse.h | |
parent | ef13b27a790568338f3784e13c9e4a125c16222f (diff) | |
parent | 74e94d39b9b66adeaf8bcbb8789d79110102bb15 (diff) | |
download | uGFX-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.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)
|