Skylicht Engine
Loading...
Searching...
No Matches
Skylicht::CAndroidClipboard Class Reference
Inheritance diagram for Skylicht::CAndroidClipboard:
Skylicht::IClipboard

Public Member Functions

virtual void copyToClipboard (const char *text)
 Copies text to the clipboard.
virtual const char * getTextFromClipboard ()
 Retrieves text from the clipboard.

Member Function Documentation

◆ copyToClipboard()

virtual void Skylicht::CAndroidClipboard::copyToClipboard ( const char * text)
virtual

Copies text to the clipboard.

Parameters
textThe text to be copied to the clipboard.

Implements Skylicht::IClipboard.

◆ getTextFromClipboard()

virtual const char * Skylicht::CAndroidClipboard::getTextFromClipboard ( )
virtual

Retrieves text from the clipboard.

Returns
A pointer to the text retrieved from the clipboard, or nullptr if no text is available.

Implements Skylicht::IClipboard.


The documentation for this class was generated from the following file: