Re: wine/ dlls/user/message.c include/input.h wind ...
On Tue, 2 Oct 2001, Alexandre Julliard wrote: [...]
Log message: Merged mouse buttons states into the key state array. Fixed confusion between queue state and async state.
Is this normal? --- /opt/cvs-commit/wine/windows/input.c 2001/10/02 17:17:32 1.63 +++ /opt/cvs-commit/wine/windows/input.c 2001/10/02 18:54:00 1.64 + ((InputKeyStateTable[SwappedButtons ? VK_RBUTTON : VK_LBUTTON] & 0x80 ? MK_LBUTTON : 0) | \ + (InputKeyStateTable[SwappedButtons ? VK_LBUTTON : VK_LBUTTON] & 0x80 ? MK_RBUTTON : 0) | \ ^^^^^^^^^^ Shouldn't this be VK_RBUTTON? Or maybe it's me who's confused... -- Francois Gouget fgouget(a)free.fr http://fgouget.free.fr/ Broadcast message : fin du monde dans cinq minutes, repentez vous !
participants (1)
-
Francois Gouget