restoreWindow method

  1. @mustCallSuper
void restoreWindow()

Restore this window.

SDL Docs

Implementation

@mustCallSuper
void restoreWindow() => sdl.sdl.SDL_RestoreWindow(handle);