You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently egui uses egui::Event::Text for pasting. However, it would be good to have a specific paste functionality. This allows us to detect if a paste occurred from the OS.
Describe the solution you'd like
Add an egui::Event::Paste(text) event item.
Additional context
It would be good for this to work even outside of a text box.
The text was updated successfully, but these errors were encountered:
Currently egui uses
egui::Event::Text
for pasting. However, it would be good to have a specific paste functionality. This allows us to detect if a paste occurred from the OS.Describe the solution you'd like
Add an
egui::Event::Paste(text)
event item.Additional context
It would be good for this to work even outside of a text box.
The text was updated successfully, but these errors were encountered: