Sam Lantinga
|
aa2e2f4843
Make sure HID devices can be opened before making them available to the application
|
3 years ago |
Amir
|
7f415ce587
android: fix some compiler warnings
|
3 years ago |
Sam Lantinga
|
d93f9a778b
The new Wii Remote shares the same VID/PID as the Wii U Pro controller
|
3 years ago |
Sam Lantinga
|
87f8b6ff0f
Don't mess with the state of the Motion Plus extension on Linux
|
3 years ago |
Sam Lantinga
|
c28da4892a
Fixed build
|
3 years ago |
Sam Lantinga
|
638452ecf7
Assert that continuous reporting is enabled, so input timeout is a reliable way of detecting Bluetooth connection problems.
|
3 years ago |
Sam Lantinga
|
8dfe0e4beb
Removed checks not needed for the Wii U Pro Controller
|
3 years ago |
Sam Lantinga
|
4018f35ef2
Added left and right sensors for Nintendo Joy-Con and Wii controllers
|
3 years ago |
Sam Lantinga
|
30f55a5d59
Added initial support for the Wii Motion Plus extension
|
3 years ago |
Sam Lantinga
|
d1fea10c0f
Added support for the accelerometer in the Wii Remote
|
3 years ago |
Sam Lantinga
|
a61b823da8
Added support for the Wii Remote with the Classic Controller Pro extension
|
3 years ago |
Sam Lantinga
|
253f6a913d
Variable renaming for consistency
|
3 years ago |
Sam Lantinga
|
5002624e8a
Fixed crash when extension controllers are hotplugged
|
3 years ago |
Sam Lantinga
|
b6d23d21db
Fixed interactions with the Linux Wiimote driver
|
3 years ago |
Ozkan Sezer
|
0c984360d1
SDL_hidapi_wii.c: fix a -Wshadow warning
|
3 years ago |
Sam Lantinga
|
b6b3fb0023
This was intended to be Uint8
|
3 years ago |
Ozkan Sezer
|
5be157b3a2
SDL_hidapi_wii.c: fix -Wpointer-sign warnings
|
3 years ago |
Sam Lantinga
|
54356f41a9
Wii: fixed trigger axis reporting for the Wii U Pro Controller
|
3 years ago |
Sam Lantinga
|
a35642fa3e
Wii: don't bother reading the extension type for the Wii U Pro controller, we already know what it is
|
3 years ago |
Sam Lantinga
|
c3ecb9d099
Wii: re-request the status if we get a communication error
|
3 years ago |
Ozkan Sezer
|
0c24b46e9f
SDL_hidapi_wii.c: fix build in c89 mode.
|
3 years ago |
Sam Lantinga
|
9874fc4e6a
Reconnect as a different controller if the Wii extension hardware changes
|
3 years ago |
Sam Lantinga
|
5f3cb54972
Updated Wii support with @tellowkrinkle's changes in https://github.com/tellowkrinkle/SDL/commit/2f288e9d5bf596756f92b6c3c983b79dc783eac6
|
3 years ago |
Sam Lantinga
|
785d784a93
Set the output value for ParseExtensionResponse() in all return cases
|
3 years ago |
Sam Lantinga
|
046aaa2d21
Use auto calibration for the Wii Nunchuk thumbstick axis values
|
3 years ago |
Sam Lantinga
|
8381e008ea
Handle hotplugging of Wii controller extensions
|
3 years ago |
Sam Lantinga
|
396411c090
Added mapping for the Wii Nunchuk extension
|
3 years ago |
Sam Lantinga
|
e19b36d871
Initial support for the Wii Remote with Nunchuk extension
|
3 years ago |
Sam Lantinga
|
c887cb02af
Added the hint SDL_HINT_JOYSTICK_HIDAPI_WII_PLAYER_LED to control whether the player LED should be lit on the Nintendo Wii controllers
|
3 years ago |
Ozkan Sezer
|
0ffaf5b871
SDL_hidapi_wii.c: fix build in c89 mode and builds using watcom compiler
|
3 years ago |