Unable to access event_loop or Window to get MonitorHandler
#1577
Unanswered
yongDataScince
asked this question in
Q&A
Replies: 2 comments
|
This would be great as I want to be able to set the width of my window to the primary monitor's width but keep the height at a fixed value. |
0 replies
|
Take a look at subscriptions. You can get all resize events and then also use window::move_to that will allow you to move the iced window |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When creating an application, I need to set the window width to a quarter of the width of the monitor. And also move to the corner of the screen regardless of the screen size.
All reactions