| 31 | { |
| 32 | |
| 33 | MouseTracker::MouseTracker (lay::LayoutViewBase *view) |
| 34 | : lay::ViewService (view->canvas ()), lay::Plugin (view), mp_view (view), |
| 35 | m_cursor_color (tl::Color ()), m_cursor_line_style (0), m_cursor_enabled (false) |
| 36 | { |
| 37 | ui ()->grab_mouse (this, false); |
| 38 | } |
| 39 | |
| 40 | bool |
| 41 | MouseTracker::leave_event (bool) |
nothing calls this directly
no test coverage detected