Manipulating the window — can I get the underlying handle to the window? (eframe/eframe template) #906
Unanswered
reivilibre
asked this question in
Q&A
Replies: 1 comment
-
No, not right now. You can try using |
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
-
Hi (and thanks for a very very pleasant UI crate!),
I'd like to do some manipulation of the window (for example: hiding/showing it, repositioning it to a fixed place on-screen, and so on).
I suspect it would be best to use
winit
to mess around with this stuff. Is there a way that I can get a handle to thewinit
Window (or equivalent)?I'm using
eframe
, based on theeframe_template
. (Of course, I understand these shenanigans won't work on web and I'm happy to accept that.)Thank you!
Beta Was this translation helpful? Give feedback.
All reactions