You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to have more than one pair of joycons working at the same time? I tried but all I got was the first pair registering the inputs on both instances of the application.
The text was updated successfully, but these errors were encountered:
With the code the way it is, there is no way to do this, but you might be able to extend my code to handle this. https://github.com/sam0x17/XJoy/blob/master/XJoy/XJoy.cpp#L164 returns a list of all devices that are found that match the manufacturer and product specified. My code just takes the first one, but you could modify things so that it instantiates the first and second one. This is beyond the scope of what I plan to do though.
I understand and appreciate your help. I don't code but will keep an eye on the project in case someone else does it. For the time being I think I can manage borrowing an extra pro controller to play multiplayer games. Keep up the good work!
is there a way to have more than one pair of joycons working at the same time? I tried but all I got was the first pair registering the inputs on both instances of the application.
The text was updated successfully, but these errors were encountered: