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

Method IsFocused

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

* Check if window is currently focused */

Source from the content-addressed store, hash-verified

137 * Check if window is currently focused
138 */
139 static bool IsFocused() { return ::IsWindowFocused(); }
140
141 /**
142 * Check if window has been resized last frame

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected