Draft TextInput widget structure

Also started a `todos` example to showcase it!
This commit is contained in:
Héctor Ramón Jiménez 2019-10-30 03:31:07 +01:00
parent 85916c9e87
commit 63cd0fd8eb
11 changed files with 372 additions and 25 deletions

View file

@ -18,4 +18,7 @@ pub enum MouseCursor {
/// The cursor is grabbing a widget.
Grabbing,
/// The cursor is over a text widget.
Text,
}