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

Function SetScaleOnResize

engo.go:235–237  ·  view source on GitHub ↗

SetScaleOnResize can be used to change the value in the given `RunOpts` after already having called `engo.Run`.

(b bool)

Source from the content-addressed store, hash-verified

233
234// SetScaleOnResize can be used to change the value in the given `RunOpts` after already having called `engo.Run`.
235func SetScaleOnResize(b bool) {
236 opts.ScaleOnResize = b
237}
238
239// SetOverrideCloseAction can be used to change the value in the given `RunOpts` after already having called `engo.Run`.
240func SetOverrideCloseAction(value bool) {

Callers 1

TestSetScaleOnResizeFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSetScaleOnResizeFunction · 0.68