Function raylib_sys::GuiImageButtonEx[][src]

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