DualSense-Windows icon indicating copy to clipboard operation
DualSense-Windows copied to clipboard

Windows API for the PS5 DualSense controller

Results 14 DualSense-Windows issues
Sort by recently updated
recently updated
newest added

Hi, i am trying to use the PS5 controller via bluetooth with a microcontroller (ESP32) and the Arduino framework. This [library ](https://github.com/rodneybakiskan/ps5-esp32)offers the possibility to receive and process the input...

There has been no commit the past 3 years, and this is the only project currently supporting DualSense features on Windows. The lead maintainer (Ohjurot) appears to still be active,...

in: https://github.com/Ohjurot/DualSense-Windows/blob/main/VS19_Solution/DualSenseWindows/src/DualSenseWindows/IO.cpp#L91 //0x0CE6 => regular dualsense 0x0DF2 => dualsense edge if (vendorId == 0x054C && (productId == 0x0CE6 || productId == 0x0DF2))

Hello and thanks for your work! Sorry if this is the wrong place to ask but: I want to try to have DualSense support in Unity Editor as well as...