Function raylib_sys::GuiDropdownBox
source ยท pub unsafe extern "C" fn GuiDropdownBox(
bounds: Rectangle,
text: *const c_char,
active: *mut c_int,
editMode: bool
) -> c_intpub unsafe extern "C" fn GuiDropdownBox(
bounds: Rectangle,
text: *const c_char,
active: *mut c_int,
editMode: bool
) -> c_int