Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 years ago |
Sam Lantinga
|
16092f58bb
Updated gamepad, joystick, sensor APIs, removing device indices
|
3 years ago |
Sylvain
|
81cd84f456
Remove reserved underscore SDL_joystick
|
3 years ago |
Sam Lantinga
|
701e965235
Removed leading underscore in structure names
|
3 years ago |
Sam Lantinga
|
659abc721a
SDL API renaming: SDL_gamecontroller.h
|
3 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 years ago |
Sam Lantinga
|
5c29b58e95
Added support for clang thread-safety analysis
|
3 years ago |
Sam Lantinga
|
fcafe40948
Removed balls from the joystick API
|
3 years ago |
Sam Lantinga
|
b4da4ed95a
Removed SDL_SensorGetDataWithTimestamp() and SDL_GameControllerGetSensorDataWithTimestamp()
|
3 years ago |
Sam Lantinga
|
b8760a3ffe
The `timestamp_us` member of the sensor events has been renamed `sensor_timestamp` and now represents nanoseconds.
|
3 years ago |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
3 years ago |
Sylvain
|
778b8926b4
Small format changed (using clang-format 15.0.2-1)
|
3 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 years ago |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 years ago |
Ozkan Sezer
|
8d6fda4810
removed os2 support & support for building SDL with watcom.
|
3 years ago |
meyraud705
|
3dc88da022
Fix Dualshock 4 rumble stopping too early
|
3 years ago |
Pierre Wendling
|
655275378d
N3DS port (squashed)
|
5 years ago |
Sam Lantinga
|
2c518747b9
Added microsecond timestamp to sensor values for PS4 and PS5 controllers using the HIDAPI driver
|
3 years ago |
Sam Lantinga
|
0e4baf1c4e
Don't crash if SDL functions are passed a closed joystick or gamecontroller
|
3 years ago |
Sam Lantinga
|
c1e0873940
Added the CRC of the joystick name to the GUID
|
3 years ago |
chalonverse
|
f317d619cc
Xbox GDKX support (#5869)
|
3 years ago |
Francisco Javier Trujillo Mata
|
7fd46ec581
Initial PS2_Joystick implementation
|
3 years ago |
Sam Lantinga
|
423141bfca
Added a function to get the controller firmware version
|
3 years ago |
Sam Lantinga
|
7ad15c5b8f
Added game controller support for virtual joysticks
|
3 years ago |
Sam Lantinga
|
e551384a99
Added functions to get the platform dependent name for a joystick or game controller
|
3 years ago |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
Cameron Gutman
|
afccabb881
joystick: Add capability flags for rumble and trigger rumble
|
4 years ago |
Cameron Gutman
|
1ccfbf963e
joystick: Convert HasLED() into a generic GetCapabilities() function
|
4 years ago |
Sam Lantinga
|
7681929cb4
Don't send the initial joystick axis event if the application is in the background
|
4 years ago |