Function raylib_sys::GuiImageButton[][src]

pub unsafe extern "C" fn GuiImageButton(
    bounds: Rectangle,
    text: *const c_char,
    texture: Texture2D
) -> bool