wine/ dlls/user/message.c include/input.h wind ...

Francois Gouget fgouget at free.fr
Tue Oct 2 17:13:00 CDT 2001


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 at free.fr        http://fgouget.free.fr/
      Broadcast message : fin du monde dans cinq minutes, repentez vous !





More information about the wine-devel mailing list