More TODOs in doc/init-main.md. I'll decide these later. I want to rewrite this to not use the term 'event' to avoid confusion with libui's own event system, since these are talking about all the events that can happen, not just the ones libui allows you to handle...

This commit is contained in:
Pietro Gagliardi 2020-05-08 00:37:56 -04:00
parent 69bf71aaa1
commit 7c4d1ae478
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ void uiMain(void);
`uiMain()` runs the main event loop. It does not return until `uiQuit()` is called.
TODO make it illegal to call more than once?
### `uiQuit()`
```c