~afrantzis/mir/fix-1576760-increase-timeout

« back to all changes in this revision

Viewing changes to src/server/input/basic_seat.cpp

  • Committer: Kevin DuBois
  • Date: 2016-06-28 11:38:55 UTC
  • mfrom: (3561 development-branch)
  • mto: This revision was merged to the branch mainline in revision 3564.
  • Revision ID: kevin.dubois@canonical.com-20160628113855-4hwkrajb92qpgnle
mergeĀ inĀ mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    // assumes that only the first output may have a touch screen associated to it.
58
58
    return input_region->bounding_rectangle();
59
59
}
 
60
 
 
61
void mi::BasicSeat::set_confinement_regions(geometry::Rectangles const& regions)
 
62
{
 
63
    input_state_tracker.set_confinement_regions(regions);
 
64
}
 
65
 
 
66
void mi::BasicSeat::reset_confinement_regions()
 
67
{
 
68
    input_state_tracker.reset_confinement_regions();
 
69
}