netcanv: fix typo
This commit is contained in:
parent
4ce5e74097
commit
e12fae199c
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ Since there's no way to draw a background behind what was already drawn, it is l
|
|||
|
||||
NetCanv's toolbars use buttons without a background---the hover state is drawn as an overlay over existing content, which makes it usable in that situation, but not much more beyond that.
|
||||
|
||||
Extra state for widgets that need it is kept explicitly by the user of the UI, and does not live inside the UI library (like it does in ImGui).
|
||||
Extra state for widgets that need it is kept explicitly by the user of the UI, and does not live inside the UI library (like it does in Dear ImGui).
|
||||
|
||||
Here's a skeleton of how you would build a UI using NetCanv's framework.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue