-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.1.5
-
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.
======================================================================
(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.
======================================================================
- relates to
-
JDK-4084266 MouseEvent.getModifiers() returns inconsistent results across platforms
- Closed