containObserver method

bool containObserver(
  1. JoystickListener listener
)

Implementation

bool containObserver(JoystickListener listener) {
  return _observers.contains(listener);
}