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

Function openFile

engo_mobile_bind.go:134–136  ·  view source on GitHub ↗

openFile is the mobile-specific way of opening a file

(url string)

Source from the content-addressed store, hash-verified

132
133// openFile is the mobile-specific way of opening a file
134func openFile(url string) (io.ReadCloser, error) {
135 return nil, errors.New("binding does not open files this way. utilize go-bindata instead")
136}
137
138// mobileDraw runs once per frame. RunIteration for the other backends
139func mobileDraw(defaultScene Scene) {

Callers

nothing calls this directly

Calls 1

NewMethod · 0.45

Tested by

no test coverage detected