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
The position is in the application window space. I'm trying to use it to move my app window. However as the window moves, the position changes so it does not work correctly.
What is the expected behavior?
I'd like to get coordinates of the mouse in the screen space. With access to the screen dimensions. So I can move my decoration free application around.
Version
crates.io release
Operating System
Linux
Do you have any log output?
Na
The text was updated successfully, but these errors were encountered:
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
I'm using cursorMoved from https://docs.rs/iced/latest/iced/advanced/mouse/enum.Event.html
The position is in the application window space. I'm trying to use it to move my app window. However as the window moves, the position changes so it does not work correctly.
What is the expected behavior?
I'd like to get coordinates of the mouse in the screen space. With access to the screen dimensions. So I can move my decoration free application around.
Version
crates.io release
Operating System
Linux
Do you have any log output?
The text was updated successfully, but these errors were encountered: