SDL-mirror/src/events
Sam Lantinga dfe7f2bc59 Improvements from Alfred:
- Add new SDL_WINDOW_FULLSCREEN_DESKTOP video mode, makes a fullscreen window the size of the desktop (i.e no window manager mode change)
- Fix crash in warp mouse if you specified null as the window
- Added new SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS Hint, if set to 0 then don't minimize a fullscreen window on focus lost (if not set or set to non-zero then minimize on focus loss)
2012-12-15 00:30:17 +00:00
..
nds Removed executable bit from source files 2012-09-27 14:35:28 -07:00
blank_cursor.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
default_cursor.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
scancodes_darwin.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
scancodes_linux.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
scancodes_windows.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
scancodes_xfree86.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_clipboardevents.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_clipboardevents_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_dropevents.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_dropevents_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_events.c Only check SDL_SYS_JoystickNeedsPolling() if we know we don't need to poll for other reasons. This avoids a select() syscall on Linux if it isn't necessary. 2012-12-14 09:22:13 -08:00
SDL_events_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_gesture.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_gesture_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_keyboard.c Reset the keyboard before we lose focus so the correct window is listed in focus events. 2012-11-08 01:07:29 -08:00
SDL_keyboard_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_mouse.c Improvements from Alfred: 2012-12-15 00:30:17 +00:00
SDL_mouse_c.h Add SDL_CreateSystemCursor for Windows and Linux. 2012-11-19 15:11:10 -08:00
SDL_quit.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_sysevents.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_touch.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_touch_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_windowevents.c WINDOW_RESIZED events shouldn't flush WINDOW_SIZE_CHANGED events and vice versa. 2012-09-29 01:10:53 -07:00
SDL_windowevents_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00