|
rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
|
Clipboard functions. More...
Functions | |
| bool | hasText () noexcept |
| Query whether thhe clipboard has text contents. More... | |
| SDLString | getText () |
| Get clipboard text contents. More... | |
| void | setText (const char *x) |
| Set clipboard text contents. More... | |
Clipboard functions.
|
noexcept |
Query whether thhe clipboard has text contents.
| SDLString rolmodl::sys::clipboard::getText | ( | ) |
Get clipboard text contents.
| void rolmodl::sys::clipboard::setText | ( | const char * | x | ) |
Set clipboard text contents.
Definition at line 171 of file Base.cpp.
References rolmodl::detail::throwOnErr().
1.8.16