OOPMan / XBOFS.win

XBox One Fight Sticks for Windows
https://xbofs.win
MIT License
18 stars 3 forks source link

Stick Tab title numbering behaves stupidly when adding/removing sticks with multiple connected #24

Closed OOPMan closed 3 years ago

OOPMan commented 3 years ago

The following was oberseved:

  1. Start the application
  2. Attach 1st stick, it appears in the tabs as Stick 0
  3. Attach 2nd stick, it appears in the tabs as Stick 1
  4. Remove 1st stick, then re-attached it, it appears in the tabs as Stick 2
  5. Remove 2nd 2nd, the re-attached it, it appears as Stick 1

This is rather inconsistent behaviour. The stick numbering should probably tie to the VigEm controller player index value

OOPMan commented 3 years ago

This ticket is actually invalid. Nothing like confusing yourself while debugging stuff.