Function raylib::ffi::GuiImageButton[][src]

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