Top buttons when in Joycon mode
-
Hi,
Absolutely loving FUZE.
Quick question, when I have the controllers as separate Joycons can I get the button presses for SL and SR and the press on the Stick?
I can work around it but my game would definitely benefit.Cheers Ian
-
Hi Ian,
We are aware of this, but it's not possible to detect SL and SR at the moment. Presses on each of the sticks can be detected though (assuming you mean the analog sticks?)
c = controls(0) if c.lc then doSomething() endif if c.rc then doSomething() endif
Sorry if that's not what you mean!
The online help for controls is currently more up to date than the in-app help and has the extra info on the stick clicks:
https://fuzearena.com/help/view/controls -
@Martin Cheers for the stick update, the left stick and right stick press is exactly what I meant.
Ian