Update Basalt.md

This commit is contained in:
Robert Jelic
2022-06-27 23:18:29 +02:00
committed by GitHub
parent 7082258a9e
commit 7e0a61a3e9

View File

@@ -95,8 +95,7 @@ end
Stops the automatic draw and event handler which got started by basalt.autoUpdate()
#### Usage:
* When the quit button is clicked, the button stops basalt updates and clears the terminal
```lua
* When the quit button is clicked, the button stops basalt auto updates
```lua
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aButton = mainFrame:addButton("myButton"):setPosition(2,2):setText("Stop Basalt!"):show()