progress...rabbit hole

This commit is contained in:
Charlie Kindel
2020-06-17 08:50:38 -07:00
parent a08a411a91
commit 49bfe6a6c2
28 changed files with 1752 additions and 613 deletions

View File

@@ -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++}";
};