This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
Is there a function that is called when a game/app triggers ds4 to rumble? #3140
-
I'm looking through the source right now and I'm unable to find a particular callback which may be called when the controller vibrates. I'm trying to customize the behavior to run custom code when the controller vibrates. |
Beta Was this translation helpful? Give feedback.
Answered by
Christopher-Warren
Oct 28, 2023
Replies: 1 comment
-
Figured it out. For anyone curious the function |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Christopher-Warren
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out. For anyone curious the function
setRumble
inDS4Device.cs
is called anytime a rumble event is emitted.