From edfd5e91571d606c90951c9cbf05c55e773b5e52 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 29 May 2019 21:01:04 -0400 Subject: [PATCH] Place a placeholder controls.md in doc/. Actually, let's do a bit more cleanup first. --- doc/00_index.md | 1 + doc/controls.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 doc/controls.md diff --git a/doc/00_index.md b/doc/00_index.md index 8a9352d8..0d5f9ea9 100644 --- a/doc/00_index.md +++ b/doc/00_index.md @@ -3,3 +3,4 @@ * [Using libui](using-libui.md) * [Initialization and the Main Loop](init-main.md) * [Event Handling](events.md) +* [Controls](controls.md) diff --git a/doc/controls.md b/doc/controls.md new file mode 100644 index 00000000..2ef5734b --- /dev/null +++ b/doc/controls.md @@ -0,0 +1,17 @@ + + +# Controls + +## Overview + +TODO + +## Reference + +### `xxx` + +```c +TODO +``` + +TODO