No description
Find a file
2018-12-10 20:06:16 -08:00
.gitignore Initial commit. 2017-04-22 08:52:17 -07:00
audio.c Implement SDL_{Audio,Video}{Init,Quit}(). API coverage is now complete! 2018-03-07 06:39:57 -08:00
audio.h Implement SDL_{Audio,Video}{Init,Quit}(). API coverage is now complete! 2018-03-07 06:39:57 -08:00
audiocvt.c Change default symbol visibility to "hidden" and use DECLSPEC on all API functions. 2017-10-09 21:01:40 -07:00
cdrom.c Change default symbol visibility to "hidden" and use DECLSPEC on all API functions. 2017-10-09 21:01:40 -07:00
COPYING Initial commit. 2017-04-22 08:52:17 -07:00
cpuinfo.c Bleh, SDL2 removed SDL_Has3DNowExt and SDL_HasMMXExt. 2017-04-26 22:24:00 -06:00
cursor.c Implement mouse cursor functions. 2018-03-06 16:00:43 -08:00
events.c Add Unicode control codes for certain keys. Fixes backspace in ETQW. 2018-03-30 13:26:53 -07:00
events.h Add Unicode control codes for certain keys. Fixes backspace in ETQW. 2018-03-30 13:26:53 -07:00
joystick.c Implement SDL_{Audio,Video}{Init,Quit}(). API coverage is now complete! 2018-03-07 06:39:57 -08:00
keyboard.c Zero key scancodes instead of passing SDL 2 codes. Fixes dosbox keyboard input. 2018-12-01 00:25:17 -08:00
loadso.c Use SDL loadso functions instead of dl functions directly for loading SDL 2. 2018-11-30 01:23:01 -08:00
loadso.h Implement X11_KeyToUnicode(). 2018-03-07 04:32:05 -08:00
main.c Call XInitThreads() on library load in case program uses libX11 before SDL. 2018-11-30 01:43:14 -08:00
main.h Set SDL error when loadso functions fail. 2018-11-30 01:17:31 -08:00
Makefile Makefile: don't include deps when cleaning 2018-03-07 12:21:45 -08:00
mouse.c Restrict mouse range to virtual display size when scaling. 2018-03-04 17:48:08 -08:00
README.md Initial commit. 2017-04-22 08:52:17 -07:00
rwops.c Change default symbol visibility to "hidden" and use DECLSPEC on all API functions. 2017-10-09 21:01:40 -07:00
rwops.h Implement functions needed by bzflag. 2017-04-24 15:08:26 -07:00
SDL2.h Implement SDL_GetWMInfo(). 2017-05-03 10:28:48 -07:00
stdlib.c Implement iconv functions. 2018-03-07 05:12:38 -08:00
symbols.x Implement SDL_{Audio,Video}{Init,Quit}(). API coverage is now complete! 2018-03-07 06:39:57 -08:00
thread.c Change default symbol visibility to "hidden" and use DECLSPEC on all API functions. 2017-10-09 21:01:40 -07:00
timer.c Implement SDL_{Audio,Video}{Init,Quit}(). API coverage is now complete! 2018-03-07 06:39:57 -08:00
version.c Change default symbol visibility to "hidden" and use DECLSPEC on all API functions. 2017-10-09 21:01:40 -07:00
version.h Implement SDL_GetWMInfo(). 2017-05-03 10:28:48 -07:00
video.c Remove glFinish calls in OpenGL scaling code. 2018-12-10 20:06:16 -08:00
video.h Implement SDL_{Audio,Video}{Init,Quit}(). API coverage is now complete! 2018-03-07 06:39:57 -08:00
yuv.c Implement YUV overlays. Also SDL_EventState(). 2018-03-06 22:41:01 -08:00

SDLCL - SDL Compatibility Library

This is a compatibility library that allows SDL 1.2 applications to use SDL 2.0.