Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f09d3750 | 2015-11-14 14:53:44 | Minor whitespace fix. | ||
| e6ad29ae | 2015-11-14 12:35:45 | Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID(). | ||
| a0c4b56f | 2015-09-30 15:39:30 | SDL - added new SDL_JoystickCurrentPowerLevel() API that returns the battery level of the selected joystick. Currently only implemented for XInput devices, other platforms are a TODO. CR: Sam | ||
| a955bec4 | 2015-07-16 21:48:35 | Fixed spaces in header file. | ||
| 0e45984f | 2015-06-21 17:33:46 | Fixed crash if initialization of EGL failed but was tried again later. The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI(). |