Skip to main content

ui_text_input

Function ui_text_input 

Source
pub fn ui_text_input(id: u32, x: f32, y: f32, w: f32, initial: &str) -> String
Expand description

Render a single-line text input. Returns the current text content.

initial sets the text the first time this ID is seen.