-
WindowMaximized? get_maximized()? |
Beta Was this translation helpful? Give feedback.
Answered by
copygirl
Apr 19, 2025
Replies: 2 comments 1 reply
-
If you can get the According to some other code in the repo, you might want a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shwwwa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you can get the
winit::window::Window
, it has anis_maximized
function.According to some other code in the repo, you might want a
NonSend<WinitWindows>
system parameter, where you can callget_window
with the window entity. That should give you a wrapper on which you can callis_maximized
.