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

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

Returns: 0 on success, negative on failure. Call SDL_GetErrorMsg for more.