textInputRequested
If a widget called wantTextInput this frame, return the rect of where the text input is happening.
Apps and backends should use this to show an on screen keyboard and/or position an IME window.
Parameters
- self:*const Self
- *const Self
Source
Implementation
pub fn textInputRequested(self: *const Self) ?Rect.Natural {
return self.text_input_rect;
}