You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn on cloud rendering and set a UI that displays the mouse position. Lift the mouse in the Web segment [to prevent mouse movement] Moving the middle button of the mouse will find that the mouse position is shifted
Current Behavior
No response
Expected Behavior
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
bottom of screen = 0
top of screen = screen height.
use scroll wheel without moving mouse
(flipped y values)
bottom of screen = screen height.
top of screen = 0
move mouse again...mouse goes back to normal values.
X always stays correct
I wrote a method to track and flip the Y when its "dirty" from the scroll wheel and not yet moved. but if you move the mouse and scroll at the same time quickly it still gets wacky.
Package version
3.1.0-exp.8
Environment
Steps To Reproduce
Turn on cloud rendering and set a UI that displays the mouse position. Lift the mouse in the Web segment [to prevent mouse movement] Moving the middle button of the mouse will find that the mouse position is shifted
Current Behavior
No response
Expected Behavior
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: