summaryrefslogtreecommitdiff
path: root/src/sensor
Commit message (Expand)AuthorAgeFilesLines
* use WIN_StringToUTF8W instead of WIN_StringToUTF8 where needed (#2)Ozkan Sezer2021-01-051-1/+1
* Updated copyright for 2021Sam Lantinga2021-01-0211-11/+11
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* Added API for sensors on game controllersSam Lantinga2020-11-171-3/+3
* make SDL_SensorGetDeviceNonPortableType match its prototype.Ozkan Sezer2020-11-111-1/+1
* Fixed bug 5126 - MinGW compile error SDL_windowssensor.cSam Lantinga2020-06-171-3/+3
* sensor: Fixed compiler warnings on mingw64.Ryan C. Gordon2020-05-211-4/+4
* sensor: Fix overaggressive search/replace. :)Ryan C. Gordon2020-05-201-3/+3
* sensor: Correct fix for redefinition of various symbols.Ryan C. Gordon2020-05-201-21/+16
* sensor: Fix build on various Windows compilers with various predefinitions.Ryan C. Gordon2020-05-201-1/+4
* windows: Fix calls to CoCreateInstance() so last parameter is a LPVOID *.Ryan C. Gordon2020-05-201-1/+1
* Fixed build on older Visual Studio, enable new features on newer Visual StudioSam Lantinga2020-04-221-0/+7
* Added a Windows Gaming Input joystick driverSam Lantinga2020-04-181-4/+0
* Fixed Windows accelerometer data unitsSam Lantinga2020-04-081-259/+261
* Fixed memory leak and removed debug code from Windows sensor implementationSam Lantinga2020-04-081-2/+3
* First pass at Windows sensor implementationSam Lantinga2020-04-086-3/+512
* Fixed bug 5052 - Interval between SDL_SENSORUPDATE events for gyroscopes is t...Sam Lantinga2020-03-231-1/+9
* Updated copyright date for 2020Sam Lantinga2020-01-169-9/+9
* Fixed bug 4837 - Use after free in SDL_SensorUpdate (Thanks!)Sylvain Becker2019-10-231-2/+3
* Fixed bug 4829 - Sensor events incorrectly disabledSylvain Becker2019-10-181-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-049-9/+9
* Fixed bug 4391 - hid_enumerate() sometimes causes game to freeze for a few se...Sam Lantinga2018-11-191-0/+4
* Add and update include guardsMichaƂ Janiszewski2018-10-282-0/+12
* Fixed bug 4277 - warnings patchSam Lantinga2018-09-271-3/+3
* Added SDL_GetDisplayOrientation() to get the display orientation, and added a...Sam Lantinga2018-08-221-5/+3
* Added the iOS sensor implementationSam Lantinga2018-08-216-4/+274
* Added a dummy sensor driverSam Lantinga2018-08-214-8/+137
* First pass on the new SDL sensor APISam Lantinga2018-08-215-0/+925