On Tue Feb 28 19:48:14 2023 +0000, Rémi Bernon wrote:
Or whatever the mouse button mask should be. I think a `static const` rather than a define would be better, or maybe just putting the mask as is.
That should work as well, yes. It creates one more wineserver round-trip for a simple single-threaded app, but it avoids having to maintain two different update paths for the keystate cache and simplifies the logic. I'll do that.