SDL/src
Sam Lantinga 2030d6d9ab Fixed bug 1593 - SDL_DROPFILE event doesn't work on Windows
Philipp Wiesemann 2012-09-30 05:56:09 PDT

I attached a patch which tries to implement the dropfile support for Microsoft
Windows. If applied SDL_DROPFILE events should be sent for single or multiple
files which are dropped on window.

The handling on Windows side is always activated (cursor will change and so on)
because there is no connection between SDL_EventState() and the window setup. I
assumed this additional overhead would be small and can be ignored.
2012-09-30 11:10:17 -07:00
..
atomic Removed executable bit from source files 2012-09-27 14:35:28 -07:00
audio Removed executable bit from source files 2012-09-27 14:35:28 -07:00
core Removed executable bit from source files 2012-09-27 14:35:28 -07:00
cpuinfo Removed executable bit from source files 2012-09-27 14:35:28 -07:00
events WINDOW_RESIZED events shouldn't flush WINDOW_SIZE_CHANGED events and vice versa. 2012-09-29 01:10:53 -07:00
file Removed executable bit from source files 2012-09-27 14:35:28 -07:00
haptic Removed executable bit from source files 2012-09-27 14:35:28 -07:00
joystick Removed executable bit from source files 2012-09-27 14:35:28 -07:00
libm Happy New Year! 2011-12-31 09:28:07 -05:00
loadso Removed executable bit from source files 2012-09-27 14:35:28 -07:00
main Removed executable bit from source files 2012-09-27 14:35:28 -07:00
power Removed executable bit from source files 2012-09-27 14:35:28 -07:00
render Patched to compile on Visual Studio. 2012-09-28 14:17:30 -04:00
stdlib Removed executable bit from source files 2012-09-27 14:35:28 -07:00
thread Removed executable bit from source files 2012-09-27 14:35:28 -07:00
timer Removed executable bit from source files 2012-09-27 14:35:28 -07:00
video Fixed bug 1593 - SDL_DROPFILE event doesn't work on Windows 2012-09-30 11:10:17 -07:00
SDL_assert_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_assert.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_error_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_error.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_fatal.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_fatal.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_hints_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_hints.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_log.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00