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

Method IsHidden

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

* Check if window is currently hidden */

Source from the content-addressed store, hash-verified

122 * Check if window is currently hidden
123 */
124 static bool IsHidden() { return ::IsWindowHidden(); }
125
126 /**
127 * Check if window is currently minimized

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected