How to make stick combo #427
Replies: 1 comment
-
You can set the stick state through the This data is accessible via the incoming report (official controllers), or a member of Use the
The |
Beta Was this translation helpful? Give feedback.
-
Hi! How could I make a button combo which triggers the left stick to be pressed down.
This would be the concept:
if (buttons->X) {
buttons->ZL= 1;
Left stick->downwards = 1
}
Beta Was this translation helpful? Give feedback.
All reactions