Simple Directmedia Layer
Go to file
Ryan C. Gordon f15d13d6ef CMake: Removed unused variable (thanks, Felix!).
"MACOSX_COREAUDIO" is actually an internal #define set up elsewhere, and
this CMake var is never exported past the CMake script anyhow.

Partially fixes Bugzilla #2807.
2015-01-18 02:50:14 -05:00
acinclude WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
android-project WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
build-scripts Actually fix Unix scripts this time. :) 2014-12-24 13:23:48 -05:00
cmake CMake: Replace "else(condition)" with "else()", etc. 2014-12-13 02:33:52 -05:00
debian WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
docs Linked README-emscripten.md in README.md and added markdown formatting. 2014-12-28 22:02:17 +01:00
include Added and fixed doxygen markup in header file. 2015-01-12 23:20:52 +01:00
premake WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
src Fixed wrong documentation in joystick implementation source. 2015-01-16 23:07:10 +01:00
test Fixed two warnings about initialized but unused local variables in tests. 2015-01-16 23:03:14 +01:00
VisualC WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
VisualC-WinRT WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
visualtest WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Xcode WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Xcode-iOS WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
.hgignore WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Android.mk WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
autogen.sh WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
BUGS.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
cmake_uninstall.cmake.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
CMakeLists.txt CMake: Removed unused variable (thanks, Felix!). 2015-01-18 02:50:14 -05:00
configure Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
configure.in Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
COPYING.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
CREDITS.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
INSTALL.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.minimal WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.pandora WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.psp WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.wiz WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
README-SDL.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
README.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
sdl2-config.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
sdl2.m4 WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
sdl2.pc.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL2.spec.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
TODO.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
VisualC.html WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
WhatsNew.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 2.0

---
http://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed
to provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog
and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting
with README.md

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)