-
Hi, how can I detect window being dragged over another window? Both windows created with floem. |
Beta Was this translation helpful? Give feedback.
Answered by
dzhou121
Nov 1, 2024
Replies: 2 comments 1 reply
-
Guys, could you please answer that? Is it possible or not? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Because the events are provided by winit and I can't see such events emited by winit, so that should not be directly possible. But you should be able to record all the window positions and sizes, and do some checks yourself? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
smallB007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because the events are provided by winit and I can't see such events emited by winit, so that should not be directly possible.
But you should be able to record all the window positions and sizes, and do some checks yourself?