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

Method IsMinimized

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

* Check if window is currently minimized */

Source from the content-addressed store, hash-verified

127 * Check if window is currently minimized
128 */
129 static bool IsMinimized() { return ::IsWindowMinimized(); }
130
131 /**
132 * Check if window is currently minimized

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected