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