Change Mouse Poll period default to a better value

ugfx_release_2.6
Andrew Hannam 2012-12-02 16:46:39 +10:00
parent d24aa689e9
commit b819359442
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
// n - Millisecs between poll's // n - Millisecs between poll's
#ifndef GINPUT_MOUSE_POLL_PERIOD #ifndef GINPUT_MOUSE_POLL_PERIOD
#define GINPUT_MOUSE_POLL_PERIOD 100 #define GINPUT_MOUSE_POLL_PERIOD 25
#endif #endif
// n - Movement allowed without discarding the CLICK or CLICKCXT event (+/- pixels) // n - Movement allowed without discarding the CLICK or CLICKCXT event (+/- pixels)