SDL_SetWindowModalFor

Function SDL_SetWindowModalFor 

Source
pub unsafe extern "C" fn SDL_SetWindowModalFor(
    modal_window: *mut SDL_Window,
    parent_window: *mut SDL_Window,
) -> c_int