sdl2_frt/src/events
Ryan C. Gordon 8e855f2fbc Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops.
This allows an app to know when a set of drops are coming in a grouping of
some sort (for example, a user selected multiple files and dropped them all
on the window with a single drag), and when that set is complete.

This also adds a window ID to the drop events, so the app can determine to
which window a given drop was delivered. For application-level drops (for
example, you launched an app by dropping a file on its icon), the window ID
will be zero.
2016-01-05 01:42:00 -05:00
..
blank_cursor.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
default_cursor.h Fixed sed error on Mac OS X and updated copyright on a few last files 2016-01-02 10:38:51 -08:00
scancodes_darwin.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
scancodes_linux.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
scancodes_windows.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
scancodes_xfree86.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_clipboardevents_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_clipboardevents.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_dropevents_c.h Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops. 2016-01-05 01:42:00 -05:00
SDL_dropevents.c Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops. 2016-01-05 01:42:00 -05:00
SDL_events_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_events.c Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00
SDL_gesture_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_gesture.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_keyboard_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_keyboard.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_mouse_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_mouse.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_quit.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_sysevents.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_touch_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_touch.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_windowevents_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_windowevents.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00