Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

OglGui::DocFlowDrag::DocFlowDrag (  )  [inline]

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:


Generated on Fri Mar 19 12:00:43 2010 for ImpalaSrc by  doxygen 1.5.1