- Timestamp:
- 04/09/09 17:55:18 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgGA/TrackballManipulator.cpp
r9918 r10007 170 170 "Get the size of the trackball. ", 171 171 ""); 172 I_Method1(void, setAllowThrow, IN, bool, allowThrow, 173 Properties::NON_VIRTUAL, 174 __void__setAllowThrow__bool, 175 "Set the 'allow throw' flag. ", 176 "Releasing the mouse button while moving the camera results in a throw. "); 177 I_Method0(bool, getAllowThrow, 178 Properties::NON_VIRTUAL, 179 __bool__getAllowThrow, 180 "Returns true if the camera can be thrown, false otherwise. ", 181 "This defaults to true. "); 172 182 I_ProtectedMethod0(void, flushMouseEventStack, 173 183 Properties::NON_VIRTUAL, … … 212 222 "Check the speed at which the mouse is moving. ", 213 223 "If speed is below a threshold then return false, otherwise return true. "); 224 I_SimpleProperty(bool, AllowThrow, 225 __bool__getAllowThrow, 226 __void__setAllowThrow__bool); 214 227 I_SimpleProperty(const osg::Matrixd &, ByInverseMatrix, 215 228 0,
