isSimulateUpdate method

bool isSimulateUpdate()

Implementation

bool isSimulateUpdate() {
  is_simulate = (!is_simulate);
  notifyListeners();
  onUpdate();
  return is_simulate;
}