textInputRect
Manage text input.
Called by dvui.Window.end by default. See dvui.Window.endOptions
Parameters
- self:Backend
- Backend
- rect:?dvui.Rect.Natural
- ?dvui.Rect.Natural
Source
Implementation
pub fn textInputRect(self: Backend, rect: ?dvui.Rect.Natural) void {
self.impl.textInputRect(rect);
}