Anonymous Maarten
|
860e52c99e
windows: SDL_Delay expects a 32-bit integer
|
il y a 1 an |
Anonymous Maarten
|
13a6a72b88
windows: SDL_GetTicks64 -> SDL_GetTicks
|
il y a 1 an |
Anonymous Maarten
|
b4291412a4
tests: build tests with C90 standard
|
il y a 1 an |
Anonymous Maarten
|
5b5b67df20
wayland: don't use libdecor_frame_get_* functions when header doesn't have it
|
il y a 1 an |
Ryan C. Gordon
|
c6cecb0fb0
wasapi: Deal with HDMI or DisplayPort-based audio devices.
|
il y a 1 an |
Nikita Krapivin
|
97a927b44e
gdk: Fix the project
|
il y a 1 an |
Sam Lantinga
|
128ca70160
Added support for printing wide strings using "%ls" syntax
|
il y a 1 an |
Ozkan Sezer
|
a8a72de6fb
fix mingw build failures in CI with clang-tidy.
|
il y a 1 an |
Sam Lantinga
|
31d0d1b93a
Fixed HIDAPI driver build
|
il y a 1 an |
Sam Lantinga
|
1ef18c7677
Fixed windows build
|
il y a 1 an |
Sam Lantinga
|
cb73bed6eb
SDL API renaming: SDL TLS functions
|
il y a 1 an |
SDL Wiki Bot
|
2a271aeaf1
Sync SDL3 wiki -> header
|
il y a 1 an |
Sam Lantinga
|
381cb41027
Don't export hidapi functions from SDL
|
il y a 1 an |
Sam Lantinga
|
007c36e513
Added SDL_HINT_HIDAPI_IGNORE_DEVICES to specify devices that should be ignored in SDL_hid_enumerate()
|
il y a 1 an |
Sam Lantinga
|
e6834a1535
hidapi/linux: fixed crash if uevent info isn't available
|
il y a 1 an |
Sam Lantinga
|
b35d813ebb
hidapi/linux: retry hid_send_feature_report() if the ioctl() fails with EPIPE (e.g. the device stalled)
|
il y a 1 an |
Sam Lantinga
|
7c65c9d411
hidapi/linux: fixed doubled and missing report ID for BLE devices
|
il y a 1 an |
Sam Lantinga
|
9c2ec04733
hidapi/windows: fixed PS4 controllers over Bluetooth on Windows 7
|
il y a 1 an |
Sam Lantinga
|
8f60d3ee86
hidapi/windows: do not wait in GetOverlappedResult() in hid_read_timeout()
|
il y a 1 an |
Sam Lantinga
|
f5c731212e
hidapi/windows: fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not being canceled for all threads before device close
|
il y a 1 an |
Sam Lantinga
|
c09848f7ab
hidapi/windows: avoid enumerating devices that may hang when queried
|
il y a 1 an |
Sam Lantinga
|
b0ba509d87
hidapi/windows: allow building on Windows, using the SDL C runtime
|
il y a 1 an |
Sam Lantinga
|
57b33aec01
hidapi/libusb: allow building on Windows, using the SDL C runtime
|
il y a 1 an |
Sam Lantinga
|
feb7178e66
hidapi/mac: Only enumerate IOHIDDevices that are likely to be joysticks
|
il y a 1 an |
Sam Lantinga
|
2fa4b2e78f
hidapi/mac: fixed crash on macOS when AirPods are connected
|
il y a 1 an |
Sam Lantinga
|
daccd7289b
hidapi/libusb: added quirks for the Sony PS3 controller
|
il y a 1 an |
Sam Lantinga
|
3b06d64dc3
hidapi/libusb: enable support for Xbox 360 and Xbox One controllers
|
il y a 1 an |
Sam Lantinga
|
e2ec976735
hidapi/libusb: maintain in-memory cache of vendor/product strings
|
il y a 1 an |
Sam Lantinga
|
04e686c52f
hidapi/libusb: use LIBUSB_CALL for the read_callback function
|
il y a 1 an |
Sam Lantinga
|
5de35a1d77
hidapi/libusb: use the same logic to get the config descriptor in hid_open_path() as in hid_enumerate()
|
il y a 1 an |