diff -r 6aeb7a756187 -r 3c88a81ff781 qstmgesturelib/recognisers/qstmupdowngesturerecogniser.h --- a/qstmgesturelib/recognisers/qstmupdowngesturerecogniser.h Thu Sep 23 15:32:11 2010 -0400 +++ b/qstmgesturelib/recognisers/qstmupdowngesturerecogniser.h Fri Oct 15 17:30:59 2010 -0400 @@ -41,6 +41,10 @@ virtual QStm_GestureUid gestureUid() const { return KUid; } QStm_UpdownGestureRecogniser(QStm_GestureListenerIf* listener) ; + void setAxisLockThreshold(qreal axisLock) { m_axisLock = axisLock; } + +private: + qreal m_axisLock; }; }