X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fgesturedetector.cpp;h=49ddba2b8478173dfbd65b9e80233ab356c0da03;hb=1d418a1547bcea8b983815403d0a07b62793a460;hp=296aab40f36bd4f715a0b579cb29e03ec1a123c1;hpb=8d865a51910c5ef9643a7f9a32e7cab5ec5359e4;p=libs%2Fgui.git diff --git a/source/input/gesturedetector.cpp b/source/input/gesturedetector.cpp index 296aab4..49ddba2 100644 --- a/source/input/gesturedetector.cpp +++ b/source/input/gesturedetector.cpp @@ -265,7 +265,8 @@ GestureDetector::TouchPoint::TouchPoint(): down_x(0), down_y(0), x(0), - y(0) + y(0), + threshold_exceeded(false) { } } // namespace Input