Merge pull request #484 from geo-stark/master
Add GetClipboardImage for drm platform.
This commit is contained in:
commit
6dbba4f81a
1 changed files with 10 additions and 0 deletions
|
@ -510,6 +510,16 @@ const char *GetClipboardText(void)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
// Get clipboard image
|
||||
Image GetClipboardImage(void)
|
||||
{
|
||||
Image image = { 0 };
|
||||
|
||||
TRACELOG(LOG_WARNING, "GetClipboardImage() not implemented on target platform");
|
||||
|
||||
return image;
|
||||
}
|
||||
|
||||
// Show mouse cursor
|
||||
void ShowCursor(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue