Skip to content
Snippets Groups Projects
Commit 7b60562e authored by Pascal Engeler's avatar Pascal Engeler
Browse files

a newline

parent c1a6eec6
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,7 @@ The application is split into different modules, each module handles a subset of
Much like the name suggests, the `Toolbox` is passed around from one module to the next, and each can then access everything stored within it.
Each module can see all information and decide how it reacts to the current combination of state, messages and events (user input).
The logical flow of the application game loop goes as follows:
1. `InputHandler` fetches and writes new user input into the `Toolbox` event chain
2. `TimeoutHandler` checks if there is any user input, and if timeout occurs posts reset requests to the `Toolbox` mailbox targeting all other modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment