mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 12:32:05 +01:00
7 lines
75 B
Go
7 lines
75 B
Go
|
package ui
|
||
|
|
||
|
func ExecuteOnUIThread(f func()) {
|
||
|
// TODO: implement!
|
||
|
f()
|
||
|
}
|