pub trait WidgetInfoBuilderImeArea {
// Required method
fn set_ime_area(&mut self, area: Arc<Atomic<PxRect>>);
}Expand description
IME extension methods for WidgetInfoBuilder.
Required Methods§
Sourcefn set_ime_area(&mut self, area: Arc<Atomic<PxRect>>)
fn set_ime_area(&mut self, area: Arc<Atomic<PxRect>>)
Set a custom ime_area.
The value can be updated every frame using interior mutability, without needing to rebuild the info.