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

Method GetRenderHeight

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

* Get current render height (it considers HiDPI) */

Source from the content-addressed store, hash-verified

367 * Get current render height (it considers HiDPI)
368 */
369 static int GetRenderHeight() { return ::GetRenderHeight(); }
370
371 /**
372 * Get window position XY on monitor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected