Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-4676

PATCH : Incorrect sending of mouse messages

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • Win32SS
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      Created an attachment (id=4551)
      Input.c patch

      Messages after click:

      Windows Vista(6.0)
      WM_LBUTTONDOWN MK_LBUTTON
      WM_MOUSEMOVE MK_LBUTTON
      WM_LBUTTONUP

      ReactOS 0.3.11
      WM_MOUSEMOVE MK_LBUTTON
      WM_LBUTTONDOWN << No MK_LBUTTON flag
      WM_LBUTTONUP MK_LBUTTON << MK_LBUTTON flag, but mouse button released

      Because of this, some programs(CubicExplorer for example) do not react to mouse clicking.

      Attachments

        1. fix.zip
          10 kB
        2. input.c.diff
          3 kB

        Activity

          People

            ThePhysicist Timo Kreuzer
            X512 X512
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: