diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2012-11-30 00:39:48 +1000 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2012-11-30 00:39:48 +1000 |
commit | b8a64a20fe7735d742a767e2c46d5d5930445dfa (patch) | |
tree | 9a2fa860ce49d7caa991e54e9b93d94bff658841 /drivers | |
parent | f91aeb4c4d026056d4e8515f8e060097f41d216c (diff) | |
download | uGFX-b8a64a20fe7735d742a767e2c46d5d5930445dfa.tar.gz uGFX-b8a64a20fe7735d742a767e2c46d5d5930445dfa.tar.bz2 uGFX-b8a64a20fe7735d742a767e2c46d5d5930445dfa.zip |
Adjust Win32 mouse poll period
Adjust Win32 mouse poll period for better performance
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/multiple/Win32/ginput_lld_mouse_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/multiple/Win32/ginput_lld_mouse_config.h b/drivers/multiple/Win32/ginput_lld_mouse_config.h index fc70a4d2..e4c2eb82 100644 --- a/drivers/multiple/Win32/ginput_lld_mouse_config.h +++ b/drivers/multiple/Win32/ginput_lld_mouse_config.h @@ -52,7 +52,7 @@ // This driver supports both an "interrupt" mode, and a polled mode
#define GINPUT_MOUSE_POLL_PERIOD TIME_INFINITE // Interrupt driven by the Window thread
-//#define GINPUT_MOUSE_POLL_PERIOD 100 // Poll driven
+//#define GINPUT_MOUSE_POLL_PERIOD 25 // Poll driven
#endif /* _LLD_GINPUT_MOUSE_CONFIG_H */
/** @} */
|