Added SDL_DROPTEXT event, for dragging and dropping string data.
This patch is based on work in Unreal Engine 4's fork of SDL, compliments of Epic Games. --HG-- extra : histedit_source : e662a1d2d2a9bba6a75c799d9f7228303d654de1
This commit is contained in:
parent
6a3cfbf68f
commit
b8b82c170e
5 changed files with 38 additions and 38 deletions
|
@ -136,6 +136,7 @@ typedef enum
|
|||
|
||||
/* Drag and drop events */
|
||||
SDL_DROPFILE = 0x1000, /**< The system requests a file open */
|
||||
SDL_DROPTEXT, /**< text/plain drag-and-drop event */
|
||||
|
||||
/* Audio hotplug events */
|
||||
SDL_AUDIODEVICEADDED = 0x1100, /**< A new audio device is available */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue