pub fn text_input(
input: &InputState,
ui: &mut UiState,
theme: &UiTheme,
label: &str,
rect: Rect,
state: &mut TextInputState,
) -> UiInteractionExpand description
Draw a text input field.
pub fn text_input(
input: &InputState,
ui: &mut UiState,
theme: &UiTheme,
label: &str,
rect: Rect,
state: &mut TextInputState,
) -> UiInteractionDraw a text input field.