About implementing custom window drag-and-drop #4326
Unanswered
ZhangXiChang
asked this question in
Q&A
Replies: 1 comment
-
You may try ctx.send_viewport_cmd(egui::ViewportCommand::StartDrag); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my code to implement window drag and drop. However, there is a problem that the window will blur during drag and drop, and the window will not move in sync with the mouse.
Here is my code to implement window drag and drop.
Beta Was this translation helpful? Give feedback.
All reactions