Sam Lantinga
|
c09848f7ab
hidapi/windows: avoid enumerating devices that may hang when queried
|
2 년 전 |
Sam Lantinga
|
b0ba509d87
hidapi/windows: allow building on Windows, using the SDL C runtime
|
2 년 전 |
Sam Lantinga
|
651d9c4a6e
Fixed compiling hidapi in SDL build environment
|
2 년 전 |
Sam Lantinga
|
3b7b8f3c09
Updated hidapi to 0.14.0 release
|
2 년 전 |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 년 전 |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 년 전 |
Sam Lantinga
|
308bcbbe76
Fixed Visual Studio warning 4244
|
3 년 전 |
Ozkan Sezer
|
ea824c6d20
hidapi/windows tidy-up.
|
3 년 전 |
Ozkan Sezer
|
199a7af296
hidapi/windows: fix build using older toolchains.
|
3 년 전 |
Sam Lantinga
|
a5fba759b3
Get the name, manufacturer and serial number for Bluetooth devices on Windows
|
3 년 전 |
PARTY MAN X
|
fb11918758
Blacklist Konami Amusement Controllers From HIDAPI.
|
3 년 전 |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 년 전 |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 년 전 |
Sam Lantinga
|
15a9890919
Added SDL_HINT_HIDAPI_IGNORE_DEVICES to specify devices that should be ignored in SDL_hid_enumerate()
|
3 년 전 |
Cameron Cawley
|
ffab9f46b5
Avoid clashing with system headers when redefining standard library functions
|
4 년 전 |
Ozkan Sezer
|
09465a9083
hidapi, windows: replace a strncpy() with plain memcpy()
|
4 년 전 |
Sam Lantinga
|
5b646cd19e
Build hidapi code into SDL as a new public API
|
4 년 전 |
Sam Lantinga
|
a91ab883e9
Fixed building on Windows with cmake, ninja, and clang
|
4 년 전 |
Sam Lantinga
|
1dc9180fb6
Fixed compiler warnings
|
5 년 전 |
Sam Lantinga
|
d59a926837
Fixed build warning
|
5 년 전 |
Sam Lantinga
|
eb83da0234
Fixed PS4 controllers over Bluetooth on Windows 7
|
5 년 전 |
Sam Lantinga
|
a4db44fa71
The Sharkoon Skiller SGH2 headset hangs in DirectInput enumeration, so avoid it here just in case.
|
5 년 전 |
Ozkan Sezer
|
01a2f27679
consistently use TEXT() macro with LoadLibrary() and GetModuleHandle()
|
5 년 전 |
Cameron Gutman
|
414ddc32c5
Do not wait in GetOverlappedResult() in hid_read_timeout()
|
5 년 전 |
Sam Lantinga
|
f0b6c78733
Fixed Windows XP compatibility with recent hidapi commit
|
5 년 전 |
Sam Lantinga
|
ab55ec4850
Fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not being canceled for all threads before device close
|
5 년 전 |
Ozkan Sezer
|
90456670b5
more "'for' loop initial declarations are only allowed in C99 mode" fixes
|
5 년 전 |
Sam Lantinga
|
5b3616c325
Generalized the raw input controller driver and moved XInput/WGI detection into it for XInput devices
|
5 년 전 |
Sam Lantinga
|
a94fe009c6
Moved comment with the code it covers
|
5 년 전 |
Sam Lantinga
|
49f7be6d0d
Fixed compile warning C4127: conditional expression is constant
|
5 년 전 |