Function raylib_sys::GuiTextBox

source ยท
pub unsafe extern "C" fn GuiTextBox(
    bounds: Rectangle,
    text: *mut c_char,
    textSize: c_int,
    editMode: bool
) -> c_int