mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Updates v1.7 docs (#1919)
* updated readmes * Updated doc visual style & regenerated * updated relnotes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Event Processing and the Application Main Loop
|
||||
==============================================
|
||||
# Event Processing and the Application Main Loop
|
||||
|
||||
_See also [Cross-platform Driver Model](drivers.md)_
|
||||
|
||||
The method `Application.Run` that we covered before will wait for
|
||||
events from either the keyboard or mouse and route those events to the
|
||||
@@ -41,7 +42,6 @@ The keyboard inputs is dispatched by the application class to the
|
||||
current TopLevel window this is covered in more detail in the
|
||||
[Keyboard Event Processing](keyboard.md) document.
|
||||
|
||||
|
||||
Async Execution
|
||||
---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user