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

Method GetMonitor

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

* Get current window monitor */

Source from the content-addressed store, hash-verified

377 * Get current window monitor
378 */
379 static int GetMonitor() { return ::GetCurrentMonitor(); }
380
381 /**
382 * Get window scale DPI factor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected