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

Method IsResized

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

* Check if window has been resized last frame */

Source from the content-addressed store, hash-verified

142 * Check if window has been resized last frame
143 */
144 static bool IsResized() { return ::IsWindowResized(); }
145
146 /**
147 * Check if one specific window flag is enabled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected