mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
7 lines
75 B
Go
7 lines
75 B
Go
package ui
|
|
|
|
func ExecuteOnUIThread(f func()) {
|
|
// TODO: implement!
|
|
f()
|
|
}
|