~mir-team/mir/uniformity-measurement-with-sync-proto

« back to all changes in this revision

Viewing changes to benchmarks/frame-uniformity/touch_producing_server.h

  • Committer: Robert Carr
  • Date: 2014-10-09 17:53:03 UTC
  • Revision ID: robert.carr@canonical.com-20141009175303-8613t5ettf6accwz
Implement event synthesis

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
    ~TouchProducingServer();    
39
39
private:
 
40
    mir::geometry::Rectangle const screen_dimensions;
 
41
 
40
42
    mir::geometry::Point const touch_start;
41
43
    mir::geometry::Point const touch_end;
42
44
    std::chrono::high_resolution_clock::duration const touch_duration;