|
Hi, how can I detect window being dragged over another window? Both windows created with floem. |
Answered by
dzhou121
Nov 1, 2024
Replies: 2 comments 1 reply
|
Guys, could you please answer that? Is it possible or not? |
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? |
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?