Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4123391

Modifier for left mouse btn should be the same for mouseDragged & mousePressed

XMLWordPrintable

    • x86
    • windows_95

      orig synopsis: "Modifier for left mouse button dragged incorrect"
      (1.1 only, win32 only)

      Name: mf23781 Date: 03/27/98


      With a mousePressed() event you get a modifier of 16 for the
      left mouse button and 4 for the right mouse button

      With a mouseDragged() event you get a modifier of 0 for the
      left button and 4 for right button.

      Shouldn't the modifier for the left button be 16 regardless of
      whether it is a mouseDragged or mousePressed event?

      This is the case on OS2 and AIX.


      ======================================================================

            mmartaksunw Michael Martak (Inactive)
            miflemi Mick Fleming
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: