Change Mouse Poll period default to a better value

This commit is contained in:
Andrew Hannam 2012-12-02 16:46:39 +10:00
parent d24aa689e9
commit b819359442

View file

@ -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)