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

Method GetScaleDPI

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

* Get window scale DPI factor */

Source from the content-addressed store, hash-verified

382 * Get window scale DPI factor
383 */
384 static Vector2 GetScaleDPI() { return ::GetWindowScaleDPI(); }
385
386 /**
387 * Set clipboard text content

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected