GameHelperBase.update

Implement this to update. The deltaTime tells how much real time has passed since the last update. Returns true if anything changed, which will queue up a redraw

class GameHelperBase
abstract
bool
update
(
Duration deltaTime
)
Suggestion Box / Bug Report