~alan-griffiths/mir/fix-1654023

« back to all changes in this revision

Viewing changes to tests/include/mir/test/doubles/mock_input_sink.h

  • Committer: Daniel van Vugt
  • Date: 2016-07-18 07:38:38 UTC
  • mfrom: (3595 development-branch)
  • mto: This revision was merged to the branch mainline in revision 3748.
  • Revision ID: daniel.van.vugt@canonical.com-20160718073838-tclt9c441h505wck
Merge latest trunk.  No conflicts in 7+ weeks?!

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    MOCK_METHOD1(handle_input, void(MirEvent&));
36
36
    MOCK_METHOD1(confine_pointer, void(mir::geometry::Point&));
37
37
    MOCK_CONST_METHOD0(bounding_rectangle, mir::geometry::Rectangle());
 
38
    MOCK_METHOD1(key_state, void(std::vector<uint32_t> const&));
 
39
    MOCK_METHOD1(pointer_state, void(MirPointerButtons));
38
40
};
39
41
 
40
42
}