Skip to main content

ui_textarea_with_value

Function ui_textarea_with_value 

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

Like ui_textarea, but seeds the field with initial the first time this id is seen.