![]() |
|
Trigger mapping question - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Trigger mapping question (/Thread-trigger-mapping-question) |
Trigger mapping question - GeneralFailer - 10-07-2014 What is the reason behind dividing the trigger maps into digital and analog input? It seems to damage compatibility with most DirectInput gamepads by making mapping process much more confusing. For example, it is pretty hard to map Dualshock 4's triggers as analog input because they are always detected as a button unless you do a very specific push. Without using Xinput emulator or other workaround programs DS4 triggers only work correctly if their analog input is mapped to both digital and analog functions. I'd file this as an issue report, but I'm curious if this implementation serves any purpose. RE: Trigger mapping question - Link_to_the_past - 10-07-2014 (10-07-2014, 09:58 PM)GeneralFailer Wrote: What is the reason behind dividing the trigger maps into digital and analog input? It seems to damage compatibility with most DirectInput gamepads by making mapping process much more confusing. Because gamecube controllers use analog triggers that act as digital buttons when fully pressed. RE: Trigger mapping question - GeneralFailer - 10-08-2014 Oh, I should have guessed that. Use of them in Super Mario Sunshine confused me a little. Thanks for the answer! |