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