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:
parent
69bf71aaa1
commit
7c4d1ae478
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue