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

« back to all changes in this revision

Viewing changes to include/server/mir/input/cursor_listener.h

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
class CursorListener
30
30
{
31
31
public:
32
 
    virtual ~CursorListener() {}
 
32
    virtual ~CursorListener() = default;
33
33
 
34
34
    virtual void cursor_moved_to(float abs_x, float abs_y) = 0;
35
35