We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162efc1 commit 938b805Copy full SHA for 938b805
1 file changed
src/raylib.h
@@ -1011,7 +1011,7 @@ RLAPI Vector2 GetWindowScaleDPI(void); // Get window
1011
RLAPI const char *GetMonitorName(int monitor); // Get the human-readable, UTF-8 encoded name of the specified monitor
1012
RLAPI void SetClipboardText(const char *text); // Set clipboard text content
1013
RLAPI const char *GetClipboardText(void); // Get clipboard text content
1014
-RLAPI Image GetClipboardImage(void); // Get clipboard image
+RLAPI Image GetClipboardImage(void); // Get clipboard image content
1015
RLAPI void EnableEventWaiting(void); // Enable waiting for events on EndDrawing(), no automatic event polling
1016
RLAPI void DisableEventWaiting(void); // Disable waiting for events on EndDrawing(), automatic events polling
1017
0 commit comments