Skip to main content

GuiTextInputBox

Function GuiTextInputBox 

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