LuanRoger / xinput_gamepad

🎮 Add support to XInput controllers with Win32 API.
https://pub.dev/packages/xinput_gamepad
MIT License
6 stars 2 forks source link

connect more than 4 controller #13

Closed twodollaryus closed 5 months ago

twodollaryus commented 5 months ago

Can this library connect more than 4 devices?

LuanRoger commented 5 months ago

Yes. You can use the index property of the Controller to set a value between 0 and 3. Also check the examples.

I will be closing this issue, since it is not related to any label.