- Member EventRouter::forgetListener (EventListener *el) __attribute__((deprecated))
- use removeListener(EventListener* el) instead deprecated, you should call removeListener(EventListener* el) instead
- Member MotionManager::addMotion (const SharedObjectBase &sm) __attribute__((deprecated))
- , we're recommending users call either addPrunableMotion() or addPersistentMotion() so there are no surprises
- Member MotionManager::addMotion (const SharedObjectBase &sm, bool autoprune) __attribute__((deprecated))
- , we're recommending users call either addPrunableMotion() or addPersistentMotion() so there are no surprises
- Member MotionManager::addMotion (const SharedObjectBase &sm, float priority) __attribute__((deprecated))
- , we're recommending users call either addPrunableMotion() or addPersistentMotion() so there are no surprises
- Member MotionManager::addMotion (const SharedObjectBase &sm, float priority, bool autoprune) __attribute__((deprecated))
- , we're recommending users call either addPrunableMotion() or addPersistentMotion() so there are no surprises
|