* Set title for window */
| 29 | * Set title for window |
| 30 | */ |
| 31 | RLCPP_MAYBEUNUSED RLCPPAPI inline void SetWindowTitle(const std::string& title) { |
| 32 | ::SetWindowTitle(title.c_str()); |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Get the human-readable, UTF-8 encoded name of the primary monitor |