Function ui_input

Source
pub unsafe extern "C" fn ui_input(
    id: *const c_char,
    buffer: *mut c_char,
    buffer_size: i32,
    size: Vec2,
    type_: TextContext,
) -> Bool32T