![]() |
Skylicht Engine
|
The IClipboard interface provides methods for interacting with the system clipboard. More...
#include <Clipboard/IClipboard.h>
Public Member Functions | |
| virtual void | copyToClipboard (const char *text)=0 |
| Copies text to the clipboard. | |
| virtual const char * | getTextFromClipboard ()=0 |
| Retrieves text from the clipboard. | |
The IClipboard interface provides methods for interacting with the system clipboard.
|
pure virtual |
Copies text to the clipboard.
| text | The text to be copied to the clipboard. |
Implemented in Skylicht::CAndroidClipboard, and Skylicht::CDesktopClipboard.
|
pure virtual |
Retrieves text from the clipboard.
Implemented in Skylicht::CAndroidClipboard, and Skylicht::CDesktopClipboard.