src/boids_simpkg/ui/draw_widget
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Imports
Procs
draw
draw(ui: Ui; wg: Widget)
Imports
types
,
../util
,
../constants
Procs
proc
draw
(
ui
:
Ui
;
wg
:
Widget
)
{.
...
raises
:
[
Exception
]
,
tags
:
[
]
,
forbids
:
[
]
.}
Draw a widget. Is called every frame.