* Get clipboard text content */
| 50 | * Get clipboard text content |
| 51 | */ |
| 52 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetClipboardText() { |
| 53 | return ::GetClipboardText(); |
| 54 | } |
| 55 | |
| 56 | /** |
| 57 | * Takes a screenshot of current screen (saved a .png) |
nothing calls this directly
no outgoing calls
no test coverage detected