This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Application Event System Discussion #175
Labels
Application
Issues regarding the application in general.
We need to implement a better way of handling events in Lumen and this is going to tie in directly with #98.
The methodology of how we do it now is good, instead of immediately calling functions that handle events (and blocking the application) we set flags (and populate structs with data regarding the latest instance of the event) and then handle them once per frame. This also prevents us from handling events more than we need to.
This is going to includes things such as:
The text was updated successfully, but these errors were encountered: