mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
progress...rabbit hole
This commit is contained in:
@@ -628,7 +628,6 @@ static class Demo {
|
||||
int count = 0;
|
||||
ml = new Label (new Rect (3, 17, 47, 1), "Mouse: ");
|
||||
Application.RootMouseEvent += delegate (MouseEvent me) {
|
||||
ml.TextColor = Colors.TopLevel.Normal;
|
||||
ml.Text = $"Mouse: ({me.X},{me.Y}) - {me.Flags} {count++}";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user