Skip to content

Commit

Permalink
add new event to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm committed Jan 9, 2025
1 parent 690143f commit 3e7f3ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Consolonia.NUnit/UnitTestConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public void SetupLifetime(ClassicDesktopStyleApplicationLifetime lifetime)
public event Action<Key, char, RawInputModifiers, bool, ulong> KeyEvent;
public event Action<RawPointerEventType, Point, Vector?, RawInputModifiers> MouseEvent;
public event Action<bool> FocusEvent;
public event Action<string, ulong> TextInputEvent;
#pragma warning restore CS0067
}
}

0 comments on commit 3e7f3ef

Please sign in to comment.