Bug 382 - MouseWheel events don't work on linux
Summary: MouseWheel events don't work on linux
Status: VERIFIED DUPLICATE of bug 413
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: pc_all linux
: P2 major
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2009-08-31 06:24 CEST by Sven Gothel
Modified: 2010-09-11 16:13 CEST (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***