Trying to get Screenshot to work. #5740
Unanswered
John-Nagle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to get Egui's Screenshot feature to work.
Test program:
Select one of the dummy metaverse buttons, go through the dummy login (username and password do nothing), and get the 3D cube on screen. Use the Developer->Screenshot menu.
This executes
And "Screenshot" is printed.
On the event processing side, the code to look for a Screenshot event, in "screenshot.rs", is
This prints lots of other events, but no Screenshot event.
This code is modeled after the example at https://github.com/emilk/egui/blob/master/examples/screenshot/src/main.rs
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions