Function raylib::ffi::GuiTextInputBox[][src]

pub unsafe extern "C" fn GuiTextInputBox(
    bounds: Rectangle,
    title: *const i8,
    message: *const i8,
    buttons: *const i8,
    text: *mut i8
) -> i32