MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / IsFullscreen

Method IsFullscreen

include/Window.hpp:119–119  ·  view source on GitHub ↗

* Check if window is currently fullscreen */

Source from the content-addressed store, hash-verified

117 * Check if window is currently fullscreen
118 */
119 static bool IsFullscreen() { return ::IsWindowFullscreen(); }
120
121 /**
122 * Check if window is currently hidden

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected