MCPcopy Index your code
hub / github.com/EngoEngine/engo / IsAndroidChrome

Function IsAndroidChrome

engo_mobile_bind.go:180–182  ·  view source on GitHub ↗

IsAndroidChrome tells if the browser is Chrome for android

()

Source from the content-addressed store, hash-verified

178
179// IsAndroidChrome tells if the browser is Chrome for android
180func IsAndroidChrome() bool {
181 return false
182}
183
184// GetKeyName returns the string returned from the given Key. So you can write "Press W to move forward"
185// and get a W for QWERTY and Z for AZERTY

Callers 1

readLoopMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected