src/hbcore/gestures/hbpangesture_p.h
changeset 28 b7da29130b0e
parent 3 11d3954df52a
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    59     HbPointRecorder mAxisY;
    59     HbPointRecorder mAxisY;
    60     HbPointRecorder mSceneAxisX;
    60     HbPointRecorder mSceneAxisX;
    61     HbPointRecorder mSceneAxisY;
    61     HbPointRecorder mSceneAxisY;
    62 
    62 
    63     qreal mThresholdSquare;
    63     qreal mThresholdSquare;
       
    64 
       
    65     bool mIgnoreMouseEvents;
       
    66     int mFollowedTouchPointId;
    64 };
    67 };
    65 
    68 
    66 #endif // HBPANGESTURE_P_H
    69 #endif // HBPANGESTURE_P_H
    67 
    70