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

Method IsMaximized

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

* Check if window is currently minimized */

Source from the content-addressed store, hash-verified

132 * Check if window is currently minimized
133 */
134 static bool IsMaximized() { return ::IsWindowMaximized(); }
135
136 /**
137 * Check if window is currently focused

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected