diff options
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)
|