SDL/src/video/cocoa
Alex Szpakowski aebaa316c7 Add public APIs for creating a Metal view attached to an SDL window. Add SDL_metal.h. 2019-08-05 12:35:32 -03:00
..
SDL_cocoaclipboard.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoaclipboard.m Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoaevents.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoaevents.m Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoakeyboard.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoakeyboard.m cocoa: Check for capslock in -[NSResponder flagsChanged], not with IOKit. 2019-06-26 13:21:43 -04:00
SDL_cocoamessagebox.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoamessagebox.m Fix bug where the wrong button was the default in the old message box because buttons were added backwards, breaking the indexing used by GetButtonIndex. 2019-08-02 17:19:50 -07:00
SDL_cocoametalview.h Add public APIs for creating a Metal view attached to an SDL window. Add SDL_metal.h. 2019-08-05 12:35:32 -03:00
SDL_cocoametalview.m Add public APIs for creating a Metal view attached to an SDL window. Add SDL_metal.h. 2019-08-05 12:35:32 -03:00
SDL_cocoamodes.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoamodes.m macOS: Fix the coordinate space of SDL_GetDisplayUsableBounds (thanks Tim!) 2019-06-12 19:57:30 -03:00
SDL_cocoamouse.h cocoa: Patched to compile and also handle possible malloc failure. 2019-06-18 16:53:49 -04:00
SDL_cocoamouse.m cocoa: Another attempt at mouse vs touch support. 2019-07-08 13:41:01 -04:00
SDL_cocoamousetap.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoamousetap.m Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoaopengl.h cocoa: ignore compiler warnings about OpenGL being deprecated. 2019-06-14 21:18:53 -04:00
SDL_cocoaopengl.m macOS: Fix SDL_GL_CreateContext/MakeCurrent on non-main threads causing a Main Thread Checker warning when built with Xcode 11 / the macOS 10.15 SDK. 2019-07-13 17:04:02 -03:00
SDL_cocoaopengles.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoaopengles.m Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoashape.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoashape.m Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoavideo.h Fixed bug 4745 - 2.0.10 fails to build against macOS 10.11 SDK 2019-07-30 10:04:46 -07:00
SDL_cocoavideo.m Add public APIs for creating a Metal view attached to an SDL window. Add SDL_metal.h. 2019-08-05 12:35:32 -03:00
SDL_cocoavulkan.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_cocoavulkan.m Add public APIs for creating a Metal view attached to an SDL window. Add SDL_metal.h. 2019-08-05 12:35:32 -03:00
SDL_cocoawindow.h macOS: Fix SDL_GL_CreateContext/MakeCurrent on non-main threads causing a Main Thread Checker warning when built with Xcode 11 / the macOS 10.15 SDK. 2019-07-13 17:04:02 -03:00
SDL_cocoawindow.m macOS: fix a typo in touch handling code. 2019-08-04 23:30:55 -03:00