Definition at line 32 of file DocFlowDrag.h. References mFlowDragging, mFlowing, mFlowPageExtra, mFlowPageThresh, mFriction, mKineticScrolling, mMyMouseButton, and OglGui::RepeatTimer::SetRepeatDelays(). 00033 { 00034 mFlowing = mFlowDragging = false; 00035 mMyMouseButton = oglLeftButton; 00036 mFlowPageThresh = 1500; 00037 mFlowPageExtra = 0; 00038 mKineticScrolling = true; 00039 mFriction = -500; 00040 //SetRepeatDelays(50,50); 00041 SetRepeatDelays(0,0); 00042 }
Here is the call graph for this function:
|