setModalFor method

int setModalFor(
  1. Pointer<SdlWindow> parentWindow
)

Implementation

int setModalFor(Pointer<SdlWindow> parentWindow) {
  // 1896
  return sdlSetWindowModalFor(this, parentWindow);
}