~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-yakkety-landing-094

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuGestures/touchregistry.h

  • Committer: Bileto Bot
  • Author(s): Tarmac --author=Zoltán Balogh
  • Date: 2016-06-07 18:24:40 UTC
  • mfrom: (1000.954.8 OTA12-2016-06-07)
  • Revision ID: ci-train-bot@canonical.com-20160607182440-8shc9yv12gpbe46j
OTA12-2016-06-07 landing

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
 
159
159
    class TouchInfo {
160
160
    public:
161
 
        TouchInfo() : id(-1) {}
 
161
        TouchInfo() : id(-1), physicallyEnded(false) {}
162
162
        TouchInfo(int id);
163
163
        bool isValid() const { return id >= 0; }
164
164
        void reset();