Skip to content

Commit 6f8fbf5

Browse files
committed
SDL_EVENT_CLIPBOARD_UPDATE isn't sent when the primary selection changes
1 parent 1191f81 commit 6f8fbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_events.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ typedef enum SDL_EventType
221221
/* 0x800, 0x801, and 0x802 were the Gesture events from SDL2. Do not reuse these values! sdl2-compat needs them! */
222222

223223
/* Clipboard events */
224-
SDL_EVENT_CLIPBOARD_UPDATE = 0x900, /**< The clipboard or primary selection changed */
224+
SDL_EVENT_CLIPBOARD_UPDATE = 0x900, /**< The clipboard changed */
225225

226226
/* Drag and drop events */
227227
SDL_EVENT_DROP_FILE = 0x1000, /**< The system requests a file open */

0 commit comments

Comments
 (0)