mirror of
https://github.com/yawut/SDL.git
synced 2026-09-10 18:16:19 -05:00
Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
This commit is contained in:
@@ -1017,6 +1017,9 @@ PrintEvent(SDL_Event * event)
|
||||
fprintf(stderr, "Joystick %d: button %d released",
|
||||
event->jbutton.which, event->jbutton.button);
|
||||
break;
|
||||
case SDL_CLIPBOARDUPDATE:
|
||||
fprintf(stderr, "Clipboard updated");
|
||||
break;
|
||||
case SDL_QUIT:
|
||||
fprintf(stderr, "Quit requested");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user