https://bugs.winehq.org/show_bug.cgi?id=57442
--- Comment #9 from ksmnvsg@gmail.com --- (In reply to RĂ©mi Bernon from comment #8) I think I got it. So, if I have an application with a separate thread made specifically for input polling (so its input polling rate will be very high), the only way to reduce latency without adding CPU usage is by putting input handling in wineserver side, and use interrupts there? This sounds like a lot of work.