src/boids_simpkg/ui/settings

Search:
Group by:

Procs

proc drawSettingsPopup(ui: Ui) {....raises: [Exception], tags: [], forbids: [].}
Draw the settings popup. Should only be called if ui.showSettings is true
proc settingsContent(): seq[Widget] {....raises: [], tags: [], forbids: [].}
Create all the widgets for the settings popup
proc toggleSettingsPopup(ui: Ui) {....raises: [], tags: [], forbids: [].}
Open and close the settings popup