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
When I ran examples/input/mouse_input_events.rs in the v0.11.3 branch, the CursorMoved event occurs every frame, but I never got a MouseMotion event. I want to implement a feature to change the camera's orientation by dragging the screen, so I'd like to use MouseMotion.delta if able. Is there anyone had encountered a similar situation?
I suspect that it might be because I'm using a trackball instead of a mouse, and I plan to try it out soon after purchasing one.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm new to Bevy and I need your help.
When I ran
examples/input/mouse_input_events.rs
in thev0.11.3
branch, theCursorMoved
event occurs every frame, but I never got aMouseMotion
event. I want to implement a feature to change the camera's orientation by dragging the screen, so I'd like to useMouseMotion.delta
if able. Is there anyone had encountered a similar situation?I suspect that it might be because I'm using a trackball instead of a mouse, and I plan to try it out soon after purchasing one.
Relevant system information
Beta Was this translation helpful? Give feedback.
All reactions