sdl2_frt/src
J?rgen P. Tjern? 366b1727bb Mac: [NSApp keyWindow] is not valid in windowDidBecomeKey:
This fixes weird behavior on Mac where our first responder reverts to the window
itself, rather than the SDLTranslatorResponder, after the window has lost focus
once. This causes Escape to call cancelOperation: on the NSWindow, which by
default removes our fullscreen-ness.

When someone has turned off SDL_TEXTINPUT we should probably set another initial
responder that handles the Escape behavior, so that SDL_TEXTINPUT doesn't change
fullscreen behavior (and possibly other behavior) like it does now.
2014-01-29 18:37:23 -08:00
..
atomic Patched to compile on Android (I think). 2014-01-08 00:40:48 -05:00
audio Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
core fixed hat code validation. 2014-01-28 15:28:20 -08:00
cpuinfo Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
dynapi Fix detection of iOS for disabling dynamic API. 2014-01-22 12:39:34 -05:00
events Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
file Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
filesystem Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
haptic Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
joystick fixed hat code validation. 2014-01-28 15:28:20 -08:00
libm Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
loadso Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
main Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
power Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
render Patched to compile...uh, everywhere. :) 2014-01-27 16:13:13 -05:00
stdlib Patched stdlib changes to compile on Windows. 2013-12-09 13:30:35 -05:00
test Fixed spaces in source file license comment. 2014-01-29 00:29:14 +01:00
thread Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
timer Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
video Mac: [NSApp keyWindow] is not valid in windowDidBecomeKey: 2014-01-29 18:37:23 -08:00
SDL_assert_c.h Improve Android pause/resume behavior. 2013-11-29 10:06:08 -03:00
SDL_assert.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_error_c.h Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_error.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_hints.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_internal.h Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
SDL_log.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00