Return value in GetClipboardText()
This commit is contained in:
parent
d679a97e92
commit
50da9f623e
@ -990,6 +990,8 @@ const char *GetClipboardText(void)
|
||||
{
|
||||
#if defined(PLATFORM_DESKTOP)
|
||||
return glfwGetClipboardString(window);
|
||||
#else
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user