Bug 382

Summary: MouseWheel events don't work on linux
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED DUPLICATE    
Severity: major CC: bienator
Priority: P2    
Version: 1   
Hardware: pc_all   
OS: linux   
Type: --- SCM Refs:
Workaround: ---

Description Sven Gothel 2010-03-24 08:04:14 CET


---- Reported by sgothel@jausoft.com 2010-03-22 12:45:32 -0400 ----




---- Reported by krausest@kenai.com 2009-08-31 18:24:15 ----

When a mouse wheel event is fired it is incorrectly translated to a mousePressed event instead of a mouseWheelMoved) on Fedora 11 with current jogl2 nightly builds.

                The newt demo prints the following events for the mouse wheel:

                mouseClicked MouseEvent[EVENT_MOUSE_CLICKED, 110/101, button 5, count 7, wheel rotation 0, InputEvent[modifiers:4096]]
            mousePressed MouseEvent[EVENT_MOUSE_PRESSED, 110/101, button 5, count 8, wheel rotation 0, InputEvent[modifiers:0]]



--- Bug imported by sgothel@jausoft.com 2010-03-22 12:45 EDT  ---

This bug was previously known as _bug_ 997 at http://kenai.com/bugzilla/show_bug.cgi?id=997

The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: sgothel@jausoft.com.
   Previous reporter was krausest@kenai.com.





--- Bug imported by sgothel@jausoft.com 2010-03-24 08:04 EDT  ---

This bug was previously known as _bug_ 7 at http://jogamp.org/bugzilla/show_bug.cgi?id=7
Comment 1 Michael Bien 2010-09-11 16:13:07 CEST
marked as duplicate

*** This bug has been marked as a duplicate of bug 413 ***