hide method

  1. @mustCallSuper
void hide()

Hide this window.

SDL Docs

Implementation

@mustCallSuper
void hide() => sdl.sdl.SDL_HideWindow(handle);