Place a placeholder controls.md in doc/. Actually, let's do a bit more cleanup first.
This commit is contained in:
parent
84a4fd8915
commit
edfd5e9157
|
@ -3,3 +3,4 @@
|
||||||
* [Using libui](using-libui.md)
|
* [Using libui](using-libui.md)
|
||||||
* [Initialization and the Main Loop](init-main.md)
|
* [Initialization and the Main Loop](init-main.md)
|
||||||
* [Event Handling](events.md)
|
* [Event Handling](events.md)
|
||||||
|
* [Controls](controls.md)
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!-- 29 may 2019 -->
|
||||||
|
|
||||||
|
# Controls
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
## Reference
|
||||||
|
|
||||||
|
### `xxx`
|
||||||
|
|
||||||
|
```c
|
||||||
|
TODO
|
||||||
|
```
|
||||||
|
|
||||||
|
TODO
|
Loading…
Reference in New Issue