Browse Source

Change Mouse Poll period default to a better value

remotes/origin_old/ugfx_release_2.6
Andrew Hannam 10 years ago
parent
commit
b819359442
  1. 2
      include/lld/ginput/mouse.h

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

Loading…
Cancel
Save