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
When you use the OpenFire lightgun in mouse\keyboard mode the D-Pad is assigned to the gamepad\joystick part (like the analog stick). However, emulators like Teknoparrot when configuring a lightgun game in raw-input mode doesn't detect the D-Pad or analog Stick and you can't assign these buttons in the game input.
So, when in mouse mode at least D-Pad must be assigned to the up, down, right and left keys (if the stick could be assigned too, will be wonderful)
The text was updated successfully, but these errors were encountered:
In the short term, you can always build the firmware from source, changing the contents of LightgunButtons::ButtonDesc[] in SamcoEnhanced.ino to your preferred controls; in this case, just the entries for bGunUp/bGunDown/bGunLeft/bGunRight. Refer to COMPILING.md for info on the manual build process.
In the long term, this is where button function remapping would come in handy so it can be configured from the App.
Analog-to-digital will be handled in its own PR, as it's polled separately from the rest of the digital inputs so it would need its own decision tree.
First approach is the way I did, but as you said the button function remapping would be a nice feature to customize the keys people use in their games/emulators without the need of rebuild the firmware
When you use the OpenFire lightgun in mouse\keyboard mode the D-Pad is assigned to the gamepad\joystick part (like the analog stick). However, emulators like Teknoparrot when configuring a lightgun game in raw-input mode doesn't detect the D-Pad or analog Stick and you can't assign these buttons in the game input.
So, when in mouse mode at least D-Pad must be assigned to the up, down, right and left keys (if the stick could be assigned too, will be wonderful)
The text was updated successfully, but these errors were encountered: