joycontrol icon indicating copy to clipboard operation
joycontrol copied to clipboard

Adding support fort left/right joystick push/press ?

Open mixaal opened this issue 4 years ago • 4 comments

Hi,

I love this project and I use it as a joycon replacement. The last thing I'd love to see is the left/right joystick press. It's used in some games for quite important things like "Lock on the powerful foe" in Hyrule Warriors .

mixaal avatar Nov 29 '20 11:11 mixaal

How about the commands: 'r_stick' and 'l_stick' ?

choss avatar Nov 29 '20 20:11 choss

Yes, I know they are there and use them to put the X,Y value, but can they do the press ?

mixaal avatar Nov 29 '20 20:11 mixaal

Oh, maybe queue.add('press r_stick') ?

mixaal avatar Nov 29 '20 20:11 mixaal

having made https://github.com/indykoning/joycon-controller i can verify it has support for it, as you csan see in: https://github.com/mart1nro/joycontrol/blob/18a09da1a04306534ff9e1df8a1a69c0192a3244/joycontrol/controller_state.py#L81

The command would be press/push l_stick

indykoning avatar Dec 19 '20 21:12 indykoning