Implemented Do()

Oops
This commit is contained in:
Sasha Koshka 2023-01-09 11:36:37 -05:00
parent 292669a43f
commit 1526772a05
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ func Stop () {
// Do executes the specified callback within the main thread as soon as
// possible. This function can be safely called from other threads.
func Do (callback func ()) {
backend.Do(callback)
}
// NewWindow creates a new window using the current backend, and returns it as a