mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 03:07:10 -05:00
Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
This commit is contained in:
@@ -90,6 +90,9 @@ typedef enum
|
||||
SDL_JOYBUTTONDOWN, /**< Joystick button pressed */
|
||||
SDL_JOYBUTTONUP, /**< Joystick button released */
|
||||
|
||||
/* Clipboard events */
|
||||
SDL_CLIPBOARDUPDATE = 0x700, /**< The clipboard changed */
|
||||
|
||||
/* Obsolete events */
|
||||
SDL_EVENT_COMPAT1 = 0x7000, /**< SDL 1.2 events for compatibility */
|
||||
SDL_EVENT_COMPAT2,
|
||||
|
||||
Reference in New Issue
Block a user