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

Method GetWidth

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

* Get current screen width */

Source from the content-addressed store, hash-verified

352 * Get current screen width
353 */
354 static int GetWidth() { return ::GetScreenWidth(); }
355
356 /**
357 * Get current screen height

Callers 4

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64