DualSense Windows Versions Save

Windows API for the PS5 DualSense controller

v0.1-beta

3 years ago

Finally the first beta release of the DualSense API for windows!

:exclamation: ​Warning: The current release state is still a preview release. The library may not work as intended!

Current features are:

  • Reading all button input from the controller
  • Reading the analog sticks and analog triggers
  • Reading the two finger touch positions
  • Reading the Accelerometer and Gyroscope
  • Using the haptic feedback for default rumbleing
  • Controlling the adaptive triggers (3 Types of effects) and reading back the users force while active
  • Controlling the RGB color of the lighbar
  • Setting the player indication LEDs and the microphone LED

I'm sorry that the API documentation of the API's functions is that short. But you can always look at the source code / header file to get my c++ function documentation.