modalFor property

void modalFor=(Window other)

Set this window as modal for another window.

SDL Docs

Implementation

set modalFor(final Window other) =>
    sdl.checkReturnValue(sdl.sdl.SDL_SetWindowModalFor(handle, other.handle));