~chasedouglas/grail/work-in-progress

« back to all changes in this revision

Viewing changes to src/v3/gesture.h

  • Committer: Chase Douglas
  • Date: 2012-03-19 16:55:49 UTC
  • mfrom: (199.1.5 gesture-end-fix)
  • Revision ID: chase.douglas@ubuntu.com-20120319165549-n0orytbxe1rd0a3x
Merge fixes for atomic gesture timeout handling and gesture end handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  void Update(UFEvent event, TouchSet& touches);
48
48
  bool IsActive() const;
49
49
  bool IsConstructionFinished() const;
 
50
  bool IsPhysicallyEnded() const;
50
51
  void FinishConstruction();
51
52
  uint64_t Timeout() const;
52
53
  float AngleForTouch(UFTouchId touch_id) const;