SetOverrideCloseAction can be used to change the value in the given `RunOpts` after already having called `engo.Run`.
(value bool)
| 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) { |
| 241 | opts.OverrideCloseAction = value |
| 242 | } |
| 243 | |
| 244 | // SetFPSLimit can be used to change the value in the given `RunOpts` after already having called `engo.Run`. |
| 245 | func SetFPSLimit(limit int) error { |
no outgoing calls