-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm not sure if this is model-specific, but I have a Moga Hero model number 353. When using moga-uinput pressing the X button make various games think I have pressed the Y button, and the Y button thinks I'm pressing the X button.
I can fix this by changing lines 122-125 to these:
Y=MogaButton(3, libevdev.EV_KEY.BTN_NORTH),
B=MogaButton(1, libevdev.EV_KEY.BTN_EAST),
A=MogaButton(2, libevdev.EV_KEY.BTN_SOUTH),
X=MogaButton(0, libevdev.EV_KEY.BTN_WEST)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels