* Set clipboard text content */
| 387 | * Set clipboard text content |
| 388 | */ |
| 389 | static void SetClipboardText(const std::string& text) { ::SetClipboardText(text.c_str()); } |
| 390 | |
| 391 | /** |
| 392 | * Get clipboard text content |
nothing calls this directly
no test coverage detected