Re: Newt Mouse Event
Posted by
Sven Gothel on
Nov 11, 2012; 9:50pm
URL: https://forum.jogamp.org/Newt-Mouse-Event-tp4026853p4026869.html
On 11/11/2012 10:44 PM, gouessej [via jogamp] wrote:
> If GET_WHEEL_DELTA_WPARAM(wParam) is lower than 120, zero is used as a wheel
> rotation (the result of the division is truncated). It can occur, especially
> on finer-resolution freely-rotating wheels without notch.
great - looking fwd to your fix, thank you!
> On OSX w/ CALayer, it does not - a bug in the AWT->NEWT mouse event translation,
> read: simply missing.
>
Well, I just double checked. It is there in NewtCanvasAWT.
Have to check w/ OSX CALayer mouse wheel ..
~Sven