SetScaleOnResize can be used to change the value in the given `RunOpts` after already having called `engo.Run`.
(b bool)
| 233 | |
| 234 | // SetScaleOnResize can be used to change the value in the given `RunOpts` after already having called `engo.Run`. |
| 235 | func 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`. |
| 240 | func SetOverrideCloseAction(value bool) { |
no outgoing calls