Sam Lantinga
|
d032492aab
Fixed detecting Bluetooth Steam Controllers on Windows
|
před 2 roky |
Sam Lantinga
|
6e7769cde1
Fixed detecting Bluetooth Steam Controllers
|
před 2 roky |
Sam Lantinga
|
fa41ece65f
Allow other applications to open controllers on macOS
|
před 2 roky |
Ozkan Sezer
|
e27c10a5b1
hidapi/libusb: don't try to dlsym libusb_wrap_sys_device
|
před 2 roky |
Sam Lantinga
|
4f58445f03
Ignore both the mouse and keyboard endpoints of Steam Controllers when enumerating game controllers
|
před 2 roky |
Sam Lantinga
|
0ffeca8a1c
Added SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS to control whether SDL_hid_enumerate() enumerates all HID devices or only controllers.
|
před 2 roky |
Sam Lantinga
|
bc28790817
Make sure hidapi error handling is thread-safe
|
před 2 roky |
Sam Lantinga
|
d51f84a2e1
Revert "Fixed double-free during multi-threaded hidapi access"
|
před 2 roky |
Sam Lantinga
|
2b386b6c80
Fixed double-free during multi-threaded hidapi access
|
před 2 roky |
Sam Lantinga
|
31d0d1b93a
Fixed HIDAPI driver build
|
před 2 roky |
Sam Lantinga
|
381cb41027
Don't export hidapi functions from SDL
|
před 2 roky |
Sam Lantinga
|
007c36e513
Added SDL_HINT_HIDAPI_IGNORE_DEVICES to specify devices that should be ignored in SDL_hid_enumerate()
|
před 2 roky |
Sam Lantinga
|
0487621ec4
Added iOS/tvOS hidapi 0.14.0 support
|
před 2 roky |
Sam Lantinga
|
22f22472a0
Create wrapper headers for platform specific hidapi modules
|
před 2 roky |
Sam Lantinga
|
af45ae7296
Update the SDL HIDAPI API to match upstream hidapi 0.14.0
|
před 2 roky |
Sam Lantinga
|
003a9b9666
Added interface_class, interface_subclass, and interface_protocol to USB device info
|
před 2 roky |
Sam Lantinga
|
55ed69fc9a
Fixed building SDL_hidapi.c with new hidapi
|
před 2 roky |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
před 2 roky |
Sam Lantinga
|
26e780bc9e
Fixed warning "A function declaration without a prototype is deprecated in all versions of C"
|
před 2 roky |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
před 3 roky |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
před 3 roky |
Sylvain
|
c5c94a6be6
Change return type from void to int, for functions that set an error
|
před 3 roky |
Anonymous Maarten
|
0785f272fd
Add type argument to non-dynamic LOAD_LIBUSB_SYMBOL macro
|
před 3 roky |
Sam Lantinga
|
99ec05e2b8
Cast the return value of SDL_LoadFunction() to the type of the function being loaded
|
před 3 roky |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
před 3 roky |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
před 3 roky |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
před 3 roky |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
před 3 roky |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
před 3 roky |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
před 3 roky |