mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 13:36:12 +00:00
Split drawing and processing events into different functions
This commit is contained in:
@@ -40,6 +40,7 @@ func main() {
|
||||
|
||||
for window.screen != nil {
|
||||
window.Draw()
|
||||
window.ProcessEvents()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user