MCPcopy
hub / github.com/EngoEngine/engo / MobileStop

Function MobileStop

engo_mobile_bind.go:172–177  ·  view source on GitHub ↗

MobileStop handles when the game is closed

()

Source from the content-addressed store, hash-verified

170
171//MobileStop handles when the game is closed
172func MobileStop() {
173 closeEvent()
174 ticker.Stop()
175 Gl = nil
176 worker = nil
177}
178
179// IsAndroidChrome tells if the browser is Chrome for android
180func IsAndroidChrome() bool {

Callers

nothing calls this directly

Calls 1

closeEventFunction · 0.85

Tested by

no test coverage detected