Files
ladybird/Kernel
Jelle Raaijmakers 4131b35851 Kernel: Prevent VMWareMouseDevice from handling invalid mouse packets
Bit 3 is set here:
c5b2f55981/hw/input/ps2.c (L736)

Spurious mouse packets can be received without this bit set, for
example when double-clicking and keeping the mouse button depressed
instead of releasing it the second time (i.e. mousedown > mouseup >
mousedown). We should not process such packets.

This makes interaction with our buttons much smoother!

Fixes #5881.
2021-10-24 21:59:08 +02:00
..
2021-10-13 16:10:50 +02:00
2021-10-15 21:48:45 +01:00
2021-09-08 00:42:20 +02:00
2021-10-17 17:09:58 +01:00
2021-10-14 01:23:08 +01:00