restoreWindow function

void restoreWindow()

Set window state: not minimized/maximized (only PLATFORM_DESKTOP).

Implementation

void restoreWindow() {
  return library.RestoreWindow();
}