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