The flag for a mouse button down in the structure returned by
authorNeil Olver <olver@math.mcgill.ca>
Mon, 27 Dec 2004 16:55:41 +0000 (16:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Dec 2004 16:55:41 +0000 (16:55 +0000)
commitdd9a30ba466950dbd0dfd1d36bcea311df07b12f
treec6f64afe35912d20a1e8ca55fb268f71c6529842
parent5ad7d858e0d6168429fca902500ac5b50f14dc30
The flag for a mouse button down in the structure returned by
GetDeviceState should be 0x80 (only the high bit set), not 0xff.
dlls/dinput/mouse.c