pub fn ui_text_input(id: u32, x: f32, y: f32, w: f32, initial: &str) -> String
Render a single-line text input. Returns the current text content.
initial sets the text the first time this ID is seen.
initial