Sam Lantinga
|
0a3262e819
Pass the OS event timestamp for keyboard, mouse, and touch events where possible
|
3 лет назад |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
3 лет назад |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 лет назад |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 лет назад |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 лет назад |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 лет назад |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 лет назад |
Sam Lantinga
|
cc1f9eb983
Use Apple's nomenclature for macOS and iOS
|
3 лет назад |
ulatekh
|
ec58a817ef
Fixes made in response to running a static code analyzer under MS Windows.
|
3 лет назад |
Sam Lantinga
|
6432f45a1c
Don't treat the Nintendo IMU as a separate game controller on Linux
|
3 лет назад |
Sam Lantinga
|
a2d66b6a91
SDL_GameControllerMapping() should return the string for the actual mapping that was used when opening a gamecontroller, rather than do a GUID match again
|
3 лет назад |
Sam Lantinga
|
e837debc25
Bindings should have a trailing comma, so the CRC can be appended
|
3 лет назад |
Sam Lantinga
|
a6018ae57f
Added support for the NVIDIA SHIELD controller v1.03 to the HIDAPI driver
|
3 лет назад |
Sam Lantinga
|
b4c25f5714
Remapped the side button and trigger as paddles for the mini-gamepad mode of the Joy-Cons
|
3 лет назад |
Sam Lantinga
|
f58a6506a1
Added paddle mapping for combined Joy-Cons
|
3 лет назад |
Happy Harry
|
6c8bf3af4c
Add vertical mode for Nintendo Joy-Con (#6303)
|
3 лет назад |
Sam Lantinga
|
2c518747b9
Added microsecond timestamp to sensor values for PS4 and PS5 controllers using the HIDAPI driver
|
3 лет назад |
Sam Lantinga
|
fa2063fb44
Improved detection of third party PS4 and PS5 controllers
|
3 лет назад |
Sam Lantinga
|
4f1b408a72
Fixed button mapping for PS5 controllers
|
3 лет назад |
Ozkan Sezer
|
787cd580ee
silence unused function warning for SDL_endswith() on non-linux.
|
3 лет назад |
Sam Lantinga
|
42cf6d6c56
Don't treat the Wii extension controls as a separate game controller on Linux
|
3 лет назад |
Sam Lantinga
|
30f55a5d59
Added initial support for the Wii Motion Plus extension
|
3 лет назад |
Sam Lantinga
|
a61b823da8
Added support for the Wii Remote with the Classic Controller Pro extension
|
3 лет назад |
Sam Lantinga
|
396411c090
Added mapping for the Wii Nunchuk extension
|
3 лет назад |
Sam Lantinga
|
7708bf0f8a
Try matching game controller mappings on CRC and version and fall back to no CRC and no version, in that order.
|
3 лет назад |
Sam Lantinga
|
0e4baf1c4e
Don't crash if SDL functions are passed a closed joystick or gamecontroller
|
3 лет назад |
Sam Lantinga
|
0b8b321f9e
Allow the product version to be different when trying to find a controller mapping
|
3 лет назад |
Sam Lantinga
|
3cbfd75d0f
Re-added the CRC to the joystick guid
|
3 лет назад |
Sam Lantinga
|
e7332cd814
Fixed zero CRC matching in the controller mapping database
|
3 лет назад |
Sam Lantinga
|
b6a3d76225
Look up mappings by GUID in two passes: first with CRC, second without
|
3 лет назад |