Skip to content

Commit

Permalink
Add Middle Click to Missiles Defaults (GameCube)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler authored Jul 19, 2024
1 parent f9eebc2 commit 2ee6244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Core/Core/HW/GCPadEmu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ void GCPad::LoadDefaults(const ControllerInterface& ciface)
#endif

m_buttons->SetControlExpression(2, "Ctrl"); // X
m_buttons->SetControlExpression(3, "F"); // Y

// Middle click is Click 2 on Fedora/Wayland and Windows 10
m_buttons->SetControlExpression(3, "F | `Click 2`"); // Y

// D-Pad
m_dpad->SetControlExpression(0, "E & `1`"); // Up
Expand Down

0 comments on commit 2ee6244

Please sign in to comment.