toggleFullscreen function

void toggleFullscreen()

Toggle window state: fullscreen/windowed (only PLATFORM_DESKTOP).

Implementation

void toggleFullscreen() {
  return library.ToggleFullscreen();
}