Updates v1.7 docs (#1919)

* updated readmes

* Updated doc visual style & regenerated

* updated relnotes
This commit is contained in:
Tig Kindel
2022-07-28 09:31:26 -04:00
committed by GitHub
parent a713ae5f73
commit 7e2e7b9d2d
19 changed files with 225 additions and 112 deletions

View File

@@ -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
---------------