-
I'm currently using winit and egui to draw a simple GUI. It seems like winit doesn't handle text box selection, since every time I try to select a simple editable text box (like the one below), it simply does not work. |
Beta Was this translation helpful? Give feedback.
Answered by
jedjoud10
Mar 18, 2022
Replies: 1 comment
-
Nvm I fixed the issue, I was drawing the Egui frame before handling the events. Pretty dumb mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jedjoud10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nvm I fixed the issue, I was drawing the Egui frame before handling the events. Pretty dumb mistake.