* Get clipboard text content */
| 392 | * Get clipboard text content |
| 393 | */ |
| 394 | static std::string GetClipboardText() { return ::GetClipboardText(); } |
| 395 | |
| 396 | /** |
| 397 | * Set target FPS (maximum) |
nothing calls this directly
no outgoing calls
no test coverage detected