equal
deleted
inserted
replaced
2 This is a list of major changes in SDL's version history. |
2 This is a list of major changes in SDL's version history. |
3 |
3 |
4 --------------------------------------------------------------------------- |
4 --------------------------------------------------------------------------- |
5 2.0.2: |
5 2.0.2: |
6 --------------------------------------------------------------------------- |
6 --------------------------------------------------------------------------- |
|
7 General: |
|
8 * Added an API to load a database of Game Controller mappings from a file: |
|
9 SDL_GameControllerAddMappingsFromFile |
|
10 |
|
11 Windows: |
|
12 * Support for OpenGL ES 2.x contexts using either WGL or EGL (natively via |
|
13 the driver or emulated through ANGLE) |
7 |
14 |
8 Android: |
15 Android: |
9 * Joystick support (minimum SDK version required to build SDL is now 12, |
16 * Joystick support (minimum SDK version required to build SDL is now 12, |
10 the required runtime version remains at 10, but on such devices joystick |
17 the required runtime version remains at 10, but on such devices joystick |
11 support won't be available). |
18 support won't be available). |
|
19 |
|
20 Linux: |
|
21 * Fixed fullscreen and focused behavior when receiving NotifyGrab events |
12 |
22 |
13 |
23 |
14 --------------------------------------------------------------------------- |
24 --------------------------------------------------------------------------- |
15 2.0.1: |
25 2.0.1: |
16 --------------------------------------------------------------------------- |
26 --------------------------------------------------------------------------- |