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
I'm working about to find a way to integrate the egui text agent feature which permit to smartphone virtual keyboard to show up on egui text field. I started to study egui side mechanism.
Hello,
I'm working about to find a way to integrate the egui text agent feature which permit to smartphone virtual keyboard to show up on egui text field. I started to study egui side mechanism.
Text agent is "installed" by https://github.com/emilk/egui/blob/713917e4819d9c26068aec286ee675f7e3bff907/egui_web/src/text_agent.rs#L24 which is called from egui::start : https://github.com/emilk/egui/blob/master/egui_web/src/backend.rs#L365
Can you give me some information about egui miniquad integration to permit me to add this text agent ?
The text was updated successfully, but these errors were encountered: