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