Sam Lantinga
|
32d015a6a0
Fixed PS3 controller initialization over Bluetooth
|
2 tahun lalu |
Sam Lantinga
|
b6ca360228
Added support for the Saitek Cyborg V.3 Rumble Pad in PS3 mode
|
2 tahun lalu |
Sam Lantinga
|
0467301baf
Report PS3 accelerometer values in m/s2 instead of Gs
|
2 tahun lalu |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 tahun lalu |
Sam Lantinga
|
308bcbbe76
Fixed Visual Studio warning 4244
|
3 tahun lalu |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
3 tahun lalu |
Sam Lantinga
|
da134a3039
Fixed locking up the Logitech F310 with the PlayStation controller detection
|
3 tahun lalu |
Sam Lantinga
|
0208a0eeb3
Added support for the Logitech ChillStream
|
3 tahun lalu |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 tahun lalu |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
3 tahun lalu |
Sam Lantinga
|
659abc721a
SDL API renaming: SDL_gamecontroller.h
|
3 tahun lalu |
Sam Lantinga
|
fc478c1bc0
SDL API renaming: SDL_joystick.h
|
3 tahun lalu |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 tahun lalu |
Sam Lantinga
|
5c29b58e95
Added support for clang thread-safety analysis
|
3 tahun lalu |
Sam Lantinga
|
b8760a3ffe
The `timestamp_us` member of the sensor events has been renamed `sensor_timestamp` and now represents nanoseconds.
|
3 tahun lalu |
Sam Lantinga
|
73f4aeee6a
Pass the event timestamp for joystick events
|
3 tahun lalu |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 tahun lalu |
Sam Lantinga
|
36c5d5cc65
Added support for the Logitech Cordless Precision PS3 controller
|
3 tahun lalu |
Sam Lantinga
|
e2df0a9d5a
Re-enabled support for third party PS3 controllers
|
3 tahun lalu |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 tahun lalu |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 tahun lalu |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 tahun lalu |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 tahun lalu |
Sam Lantinga
|
cc1f9eb983
Use Apple's nomenclature for macOS and iOS
|
3 tahun lalu |
Sam Lantinga
|
509939b1b6
Disable the third party PS3 HIDAPI driver by default, the L3/R3 buttons are unknown
|
3 tahun lalu |
Sam Lantinga
|
2c518747b9
Added microsecond timestamp to sensor values for PS4 and PS5 controllers using the HIDAPI driver
|
3 tahun lalu |
Sam Lantinga
|
51fefd1c35
Added support for third party PS3 controllers to the HIDAPI driver
|
3 tahun lalu |
Sam Lantinga
|
fa2063fb44
Improved detection of third party PS4 and PS5 controllers
|
3 tahun lalu |
Sam Lantinga
|
aa2e2f4843
Make sure HID devices can be opened before making them available to the application
|
3 tahun lalu |
Ozkan Sezer
|
612a86ebad
HIDAPI_DriverPS3_UpdateEffects: kill bad use of & operator on effects[]
|
3 tahun lalu |