mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
SDL_EVENT_CLIPBOARD_UPDATE isn't sent when the primary selection changes
This commit is contained in:
parent
1191f81a3c
commit
6f8fbf5cea
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ typedef enum SDL_EventType
|
|||
/* 0x800, 0x801, and 0x802 were the Gesture events from SDL2. Do not reuse these values! sdl2-compat needs them! */
|
||||
|
||||
/* Clipboard events */
|
||||
SDL_EVENT_CLIPBOARD_UPDATE = 0x900, /**< The clipboard or primary selection changed */
|
||||
SDL_EVENT_CLIPBOARD_UPDATE = 0x900, /**< The clipboard changed */
|
||||
|
||||
/* Drag and drop events */
|
||||
SDL_EVENT_DROP_FILE = 0x1000, /**< The system requests a file open */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue