Adjust Win32 mouse poll period
Adjust Win32 mouse poll period for better performance
This commit is contained in:
parent
f91aeb4c4d
commit
b8a64a20fe
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
// This driver supports both an "interrupt" mode, and a polled mode
|
// 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 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 */
|
#endif /* _LLD_GINPUT_MOUSE_CONFIG_H */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Add table
Reference in a new issue