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

Method GetRenderWidth

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

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

Source from the content-addressed store, hash-verified

362 * Get current render width (it considers HiDPI)
363 */
364 static int GetRenderWidth() { return ::GetRenderWidth(); }
365
366 /**
367 * Get current render height (it considers HiDPI)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected