Files
ladybird/Servers/WindowServer/EventLoop.cpp
Andreas Kling 982eb996f7 WindowServer: Process multiple mouse packets at the same time
We can often get multiple packets in one read() syscall, so let's know
how to deal with that to reduce syscall traffic during interactivity.
2020-02-07 11:34:14 +01:00

5.1 KiB