mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-12 22:38:13 +00:00
Removed SDL_EVENT_CLIPBOARD_CANCELLED in favor of the cleanup callback
This commit is contained in:
@@ -1757,9 +1757,6 @@ static void SDLTest_PrintEvent(SDL_Event *event)
|
||||
case SDL_EVENT_CLIPBOARD_UPDATE:
|
||||
SDL_Log("SDL EVENT: Clipboard updated");
|
||||
break;
|
||||
case SDL_EVENT_CLIPBOARD_CANCELLED:
|
||||
SDL_Log("SDL EVENT: Clipboard ownership canceled");
|
||||
break;
|
||||
|
||||
case SDL_EVENT_FINGER_MOTION:
|
||||
SDL_Log("SDL EVENT: Finger: motion touch=%ld, finger=%ld, x=%f, y=%f, dx=%f, dy=%f, pressure=%f",
|
||||
|
Reference in New Issue
Block a user