mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-12 12:56:00 +00:00
Return value in GetClipboardText()
This commit is contained in:
@@ -990,6 +990,8 @@ const char *GetClipboardText(void)
|
|||||||
{
|
{
|
||||||
#if defined(PLATFORM_DESKTOP)
|
#if defined(PLATFORM_DESKTOP)
|
||||||
return glfwGetClipboardString(window);
|
return glfwGetClipboardString(window);
|
||||||
|
#else
|
||||||
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user