WhiteMagic / JoystickGremlin

A tool for configuring and managing joystick devices.
http://whitemagic.github.io/JoystickGremlin/
GNU General Public License v3.0
322 stars 46 forks source link

1:1 Map only maps to vJoy device 1. #238

Open Zarklord opened 5 years ago

Zarklord commented 5 years ago

It should either ask what vJoy device to map to, or somehow know what vJoy device to map it to.

WhiteMagic commented 5 years ago

Yeah the 1:1 mapping doesn't look for what vJoy devices exist, it likely also fail if vJoy device 1 does not exist. Another user actually modified Gremlin do have a selection UI to pick which vJoy device to use for the 1:1 mapping but I haven't gotten a pull request from him. However, with the likely changes the UI portion of that change would be scrapped, though the code logic would ideally remain.