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

Method GetSize

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

* Get the screen's width and height. */

Source from the content-addressed store, hash-verified

326 * Get the screen's width and height.
327 */
328 static Vector2 GetSize() { return {static_cast<float>(GetWidth()), static_cast<float>(GetHeight())}; }
329
330 /**
331 * Get native window handle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected