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

Method IsReady

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

* Check if window has been initialized successfully */

Source from the content-addressed store, hash-verified

425 * Check if window has been initialized successfully
426 */
427 static bool IsReady() { return ::IsWindowReady(); }
428
429 /**
430 * Sets the configuration flags for raylib.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected