Change Mouse Poll period default to a better value
This commit is contained in:
parent
d24aa689e9
commit
b819359442
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue