jalbam / CrossBrowdy

Multimedia JavaScript framework
https://crossbrowdy.com/
Other
54 stars 1 forks source link

support DualSense ? #8

Closed 3biubiu closed 1 year ago

3biubiu commented 1 year ago

like adaptive trigger

jalbam commented 1 year ago

Hello,

I do not have one for testing, but most basic features should work out of the box already. You can read this post on Reddit: https://www.reddit.com/r/learnjavascript/comments/kn0dhd/gamepad_api_with_ps5_dualsense_controller/

For other advanced and specific features of the DualSense gamepads you could perhaps use WebHID API or a library, maybe this one (never tried myself): https://github.com/equalent/DualSense.js/blob/main/src/index.ts

If you own one you could try it.

Cheers, Joan

3biubiu commented 1 year ago

Hello,

I do not have one for testing, but most basic features should work out of the box already. You can read this post on Reddit: https://www.reddit.com/r/learnjavascript/comments/kn0dhd/gamepad_api_with_ps5_dualsense_controller/

For other advanced and specific features of the DualSense gamepads you could perhaps use WebHID API or a library, maybe this one (never tried myself): https://github.com/equalent/DualSense.js/blob/main/src/index.ts

If you own one you could try it.

Cheers, Joan

thank you

jalbam commented 1 year ago

You are welcome. Feel free to contact again for anything. Thanks!