This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Return value in GetClipboardText()
pull/775/head
Ray
5 years ago
parent
d679a97e92
commit
50da9f623e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/core.c
+ 2
- 0
src/core.c
View File
@ -990,6 +990,8 @@ const char *GetClipboardText(void)
{
#
if defined(PLATFORM_DESKTOP)
return
glfwGetClipboardString
(
window
)
;
#
else
return
NULL
;
#
endif
}
Write
Preview
Loading…
Cancel
Save