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

Method string GetMonitorName

include/Functions.hpp:38–40  ·  view source on GitHub ↗

* Get the human-readable, UTF-8 encoded name of the primary monitor */

Source from the content-addressed store, hash-verified

36 * Get the human-readable, UTF-8 encoded name of the primary monitor
37 */
38RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetMonitorName(int monitor = 0) {
39 return ::GetMonitorName(monitor);
40}
41
42/**
43 * Set clipboard text content

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected