Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 750 Bytes

README

File metadata and controls

22 lines (14 loc) · 750 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Simple DirectMedia Layer
(SDL)
Version 1.2-COMPAT
---
http://www.libsdl.org/
This is the Simple DirectMedia Layer, a general API that provides low
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.
This code is a compatibility layer; it provides a binary-compatible API for
programs written against SDL 1.2, but it uses SDL 2.0 behind the scenes. If
you are writing new code, please target SDL 2.0 directly and do not use this
branch.
If you absolutely must have the real SDL 1.2 ("SDL 1.2 Classic"), please use
the SDL-1.2-classic branch. But we strongly encourage you not to do that.