Skip to content

Commit 938b805

Browse files
committed
Update raylib.h
1 parent 162efc1 commit 938b805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/raylib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ RLAPI Vector2 GetWindowScaleDPI(void); // Get window
10111011
RLAPI const char *GetMonitorName(int monitor); // Get the human-readable, UTF-8 encoded name of the specified monitor
10121012
RLAPI void SetClipboardText(const char *text); // Set clipboard text content
10131013
RLAPI const char *GetClipboardText(void); // Get clipboard text content
1014-
RLAPI Image GetClipboardImage(void); // Get clipboard image
1014+
RLAPI Image GetClipboardImage(void); // Get clipboard image content
10151015
RLAPI void EnableEventWaiting(void); // Enable waiting for events on EndDrawing(), no automatic event polling
10161016
RLAPI void DisableEventWaiting(void); // Disable waiting for events on EndDrawing(), automatic events polling
10171017

0 commit comments

Comments
 (0)