runGame

Deprecated, use the other overload instead.

  1. void runGame(GameHelperBase game, int targetUpdateRate, int maxRedrawRate)
    deprecated
    void
    runGame
    ()
  2. void runGame(int targetUpdateRate, int maxRedrawRate)

Meta

History

Deprecated on May 9, 2020. Instead of calling runGame(your_instance); run runGame!YourClass(); instead. If you needed to change something in the game ctor, make a default constructor in your class to do that instead.

Suggestion Box / Bug Report