netcanv: fix typo

This commit is contained in:
りき萌 2025-08-31 15:15:32 +02:00
parent 4ce5e74097
commit e12fae199c

View file

@ -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.