~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to tests/integration-tests/input/android/test_android_cursor_listener.cpp

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
struct MockCursorListener : public mi::CursorListener
53
53
{
54
54
    MOCK_METHOD2(cursor_moved_to, void(float, float));
 
55
 
 
56
    ~MockCursorListener() noexcept {}
55
57
};
56
58
 
57
59
struct AndroidInputManagerAndCursorListenerSetup : public testing::Test