- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/GraphicsWindowWin32.cpp
r13039 r13041 2194 2194 _traits->useCursor = cursorOn; 2195 2195 2196 // note, we are using setCursorImpl to set the cursor, so we can use 2196 // note, we are using setCursorImpl to set the cursor, so we can use 2197 2197 // _appMouseCursor to cache the current mouse-cursor 2198 2198 setCursorImpl(cursorOn ? _appMouseCursor : NoCursor);
