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

Method GetPosition

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

* Get window position XY on monitor */

Source from the content-addressed store, hash-verified

372 * Get window position XY on monitor
373 */
374 static Vector2 GetPosition() { return ::GetWindowPosition(); }
375
376 /*
377 * Get current window monitor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected