Summary: | MouseExit event fired on Mouse Mouse Wheel | ||
---|---|---|---|
Product: | [JogAmp] Newt | Reporter: | Matt <donksr1> |
Component: | windows | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | ||
Priority: | --- | ||
Version: | 1 | ||
Hardware: | pc_x86_64 | ||
OS: | windows | ||
Type: | --- | SCM Refs: | |
Workaround: | --- | ||
Attachments: | bug858-win7-x64-GearsES2Newt |
Description
Matt
2013-10-12 03:10:12 CEST
Created attachment 521 [details] bug858-win7-x64-GearsES2Newt Tested w/ com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT on Win7 x64 (see attachment). I moved the mouse inside and scrolled a bit. The gears panned as expected w/o MOUSE_EXIT events. Maybe it was fixed w/ latest pointer event fixes of Bug 861. Pls reopen if bug still exist for you and try to be more verbose. Also: Wiki/FAQ/Bug... Okay, sorry I just did a little more debugging and it seems to be an issue with the synaptics driver on my laptop. I threw together a test with a JFrame and get the same behavior. It would seem that at the driver level it is removing the mouse in order to put a special cursor there to show that you are wheeling. Plugged in a USB mouse and don't have the problem. |