- Timestamp:
- 03/05/10 13:55:08 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgPresentation/SlideEventHandler
r10396 r11164 261 261 void setLoopPresentation(bool loop) { _loopPresentation = loop; } 262 262 bool getLoopPresentation() const { return _loopPresentation; } 263 263 264 264 void dispatchEvent(const KeyPosition& keyPosition); 265 266 enum ObjectMask267 {268 MOVIE = 1<<0,269 OBJECTS = 1<<1,270 ALL_OBJECTS = MOVIE | OBJECTS271 };272 265 273 266 protected:
