Skip to content

Commit c3248dc

Browse files
committed
Add tests for InputManager
1 parent 433f0c3 commit c3248dc

File tree

5 files changed

+541
-6
lines changed

5 files changed

+541
-6
lines changed

src/BizHawk.Client.Common/inputAdapters/InputManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class InputManager
4444

4545
// Input state for game controller inputs are coalesced here
4646
// This relies on a client specific implementation!
47-
public ControllerInputCoalescer ControllerInputCoalescer { get; set; }
47+
public ControllerInputCoalescer ControllerInputCoalescer { get; set; } = new();
4848

4949
public Controller ClientControls { get; set; }
5050

0 commit comments

Comments
 (0)