Function raylib_sys::GuiToggle

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