mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Move all nested eventargs out of parent classes to root
This commit is contained in:
@@ -582,7 +582,7 @@ namespace Terminal.Gui.ApplicationTests {
|
||||
|
||||
int keyUps = 0;
|
||||
var output = string.Empty;
|
||||
Application.Top.KeyUp += (object sender, View.KeyEventEventArgs args) => {
|
||||
Application.Top.KeyUp += (object sender, KeyEventEventArgs args) => {
|
||||
if (args.KeyEvent.Key != (Key.CtrlMask | Key.Q)) {
|
||||
output += (char)args.KeyEvent.KeyValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user