Docs: Fix sidebar issue on all Basalt methods

This commit is contained in:
Erb3
2022-09-17 14:41:54 +02:00
parent bd61da9593
commit 45bb23476b
19 changed files with 80 additions and 56 deletions

View File

@@ -1,15 +1,16 @@
# Basalt
# basalt.update
## update
Calls the draw and event handler once - this gives more flexibility about which events basalt should process. For example you could filter the terminate event.
Which means you have to pass the events into basalt.update.
## Parameters
### Parameters
1. `string` The event to be received
2. `...` Additional event variables to capture
## Usage
### Usage
* Creates and starts a custom update cycle