X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fgesturedetector.cpp;h=49ddba2b8478173dfbd65b9e80233ab356c0da03;hp=296aab40f36bd4f715a0b579cb29e03ec1a123c1;hb=1d418a1547bcea8b983815403d0a07b62793a460;hpb=5089eb26984313f3a28ca7d941de97c509a45281 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