Added event.md
This commit is contained in:
Tig
2024-10-14 12:32:41 -06:00
parent ee196fec48
commit 6df071fbe1
7 changed files with 207 additions and 87 deletions

View File

@@ -1384,7 +1384,7 @@ wo
foreach (Key key in keys)
{
top.NewKeyDownEvent (new (key));
top.NewKeyDownEvent (key);
Application.MainLoop.RunIteration ();
}