[][src]Function fermium::video::SDL_GetWindowOpacity

pub unsafe extern "C" fn SDL_GetWindowOpacity(
    window: *mut SDL_Window,
    out_opacity: *mut f32
) -> c_int

Gets a window's opacity (to the pointer given).

Returns: 0 on success, negative on failure. Call [SDL_GetError] for more.