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

Method IsState

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

* Check if one specific window flag is enabled */

Source from the content-addressed store, hash-verified

147 * Check if one specific window flag is enabled
148 */
149 static bool IsState(unsigned int flag) { return ::IsWindowState(flag); }
150
151 /**
152 * Set window configuration state using flags

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected