Merge pull request #476 from Alireza-Ta/android_enhancement
Android Compilation Enhancement
This commit is contained in:
commit
edb2c107b3
2 changed files with 17 additions and 7 deletions
|
@ -517,6 +517,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