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
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
I connect two PS4 controllers to my mac (10.13) and create two
gainput::InputDevicePad
instances.In a polling loop I print the state of the left and right analog sticks for the two devices.
If I move the analog sticks on either gamepad 1 or 2, I see its position reflected in both
device1
anddevice2
.gainput
is, I guess, merging the state of the two controllers.Am I creating the devices incorrectly?
The text was updated successfully, but these errors were encountered: