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 1191f81 commit 6f8fbf5Copy full SHA for 6f8fbf5
include/SDL3/SDL_events.h
@@ -221,7 +221,7 @@ typedef enum SDL_EventType
221
/* 0x800, 0x801, and 0x802 were the Gesture events from SDL2. Do not reuse these values! sdl2-compat needs them! */
222
223
/* Clipboard events */
224
- SDL_EVENT_CLIPBOARD_UPDATE = 0x900, /**< The clipboard or primary selection changed */
+ SDL_EVENT_CLIPBOARD_UPDATE = 0x900, /**< The clipboard changed */
225
226
/* Drag and drop events */
227
SDL_EVENT_DROP_FILE = 0x1000, /**< The system requests a file open */
0 commit comments