Summary: | Wrong Newt MouseEvent behavior on X11 | ||
---|---|---|---|
Product: | [JogAmp] Newt | Reporter: | Sebastien Schneider <sebastien.schneider> |
Component: | x11 | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gouessej, sebastien.schneider |
Priority: | --- | ||
Version: | 1 | ||
Hardware: | pc_x86_64 | ||
OS: | linux | ||
Type: | --- | SCM Refs: |
4efc9344af1c4aa7d00c7b40e5caf063efdf6080
|
Workaround: | --- |
Description
Sebastien Schneider
2012-03-30 10:39:27 CEST
Sorry I was wrong by saying that "Over there the modifiers value in a MouseEvent on X11 is never set to a combination of button pressed.": 0x40+0x80=0xc0. So the button press combination is ok but still shifted one event back. Fixed w/ JOGL commit 4efc9344af1c4aa7d00c7b40e5caf063efdf6080 Remark: The behavior described _is_ the original X11 behavior. However, to align the platform behavior, we now set the button mask of a named button if the native mouse event. I'll give it a try very soon. Thank you. |