Sam Lantinga
|
c152e380be
Added support for the Razer Panthera Fightstick
|
6 years ago |
Ozkan Sezer
|
9753b9cc46
CMakeLists.txt: fix typo SDL_SENSORS_DISABLED -> SDL_SENSOR_DISABLED
|
6 years ago |
Ryan C. Gordon
|
aae29c9ebd
test: Makefile should copy .dat files for testoverlay2.
|
6 years ago |
Ryan C. Gordon
|
3634e563c4
metal: SDL_UpdateYUVTexture shouldn't swap planes based on format.
|
6 years ago |
Sam Lantinga
|
34237b80f4
Better fix to make sure we're only returning controllers from the HIDAPI joystick API
|
6 years ago |
Sam Lantinga
|
4ffcd88ca2
Removed VID/PID 0x1532/0x0037, which was listed in the Linux kernel as a Razer Sabertooth, because at least one variant of the Razer DeathAdder mouse shows up with this VID/PID.
|
6 years ago |
Ozkan Sezer
|
faf8f8b86b
fix permissions
|
6 years ago |
Sam Lantinga
|
5ef8eb49be
Don't show the Razer Raiju sound interface as a game controller
|
6 years ago |
Sam Lantinga
|
90a5607d32
Fixed compiler warning and use higher precision in angle calculation
|
6 years ago |
Sam Lantinga
|
207428b444
Don't rumble Bluetooth PS4 controllers by default, as that switches the controller into extended input report mode, which breaks games that use DirectInput.
|
6 years ago |
Sam Lantinga
|
16ccff3c56
Fixed whitespace
|
6 years ago |
Sam Lantinga
|
fda14741ac
Fixed Xbox One S Bluetooth support on Mac OS X
|
6 years ago |
Ozkan Sezer
|
b6aaefc791
SDL_evdev.c: undefine _THIS before redefining it.
|
6 years ago |
Sam Lantinga
|
92396f7d74
Fixed Windows build
|
6 years ago |
Sam Lantinga
|
404ba5eea8
Fixed bug 4229 - Add support for ABGR format in DirectFB renderer
|
6 years ago |
Andreas M?ller
|
87bc1fb552
GLES2: Get sin/cos out of vertex shader
|
6 years ago |
Sam Lantinga
|
044b00dcae
Fixed the DirectFB renderer not being enabled in autoconf builds
|
6 years ago |
Sam Lantinga
|
a1ca84411e
Update the cursor clipping each frame, in case it was stolen by another application.
|
6 years ago |
Sam Lantinga
|
15b3794f11
Only reset the clip rect if it's currently the rect we previously clipped.
|
6 years ago |
Sam Lantinga
|
09ab752aa3
Implement SDL_HapticStopEffect on Android (thanks Rachel!)
|
6 years ago |
Jeremy Ong
|
a794126d56
vulkan: SDL_Vulkan_GetInstanceExtensions should accept a NULL window.
|
6 years ago |
Sam Lantinga
|
a003fa0a05
Implemented SDL_GetDisplayOrientation() on Android (thanks Rachel!)
|
6 years ago |
Ryan C. Gordon
|
df5d565f48
cmake: add sensor subsystem to the build.
|
6 years ago |
Sam Lantinga
|
8adadf8f0e
Added documentation for additional Android sensors
|
6 years ago |
Sam Lantinga
|
de5367a612
Added display event files to the Visual Studio projects
|
6 years ago |
Sam Lantinga
|
5901fe466b
Added display event files to the Mac OS X project
|
6 years ago |
Sam Lantinga
|
50d5002533
Fixed build
|
6 years ago |
Sam Lantinga
|
088070e5a8
Moved display orientation handling on iOS out to a separate function for Qt apps
|
6 years ago |
Sam Lantinga
|
f225af0c1e
Added SDL_GetDisplayOrientation() to get the display orientation, and added a new event SDL_DISPLAYEVENT to notify the application when the orientation changes.
|
6 years ago |
Sam Lantinga
|
f1bc1c1274
Fixed crash trying to open HIDAPI controller as a haptics device on Windows
|
6 years ago |