Skip to content

Commit 75fc580

Browse files
committed
bind mouse capture to middle mouse button
pretty standard across emus that do this upon hotkey
1 parent 13f49a1 commit 75fc580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Client.Common/config/Binding.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void Bind(string tabGroup, string displayName, string defaultBinding = "", strin
6666
Bind("General", "Toggle Messages");
6767
Bind("General", "Toggle Display Nothing");
6868
Bind("General", "Accept Background Input");
69-
Bind("General", "Capture Mouse");
69+
Bind("General", "Capture Mouse", "WMouse M");
7070

7171
Bind("Save States", "Save State 1", "Shift+F1");
7272
Bind("Save States", "Save State 2", "Shift+F2");

0 commit comments

Comments
 (0)