| 353 | #endif |
| 354 | |
| 355 | static void |
| 356 | send_key_press_event (lay::LayoutViewBase *view, unsigned int key, unsigned int buttons) |
| 357 | { |
| 358 | view->canvas ()->send_key_press_event (key, buttons); |
| 359 | } |
| 360 | |
| 361 | static void |
| 362 | send_mouse_move_event (lay::LayoutViewBase *view, const db::DPoint &pt, unsigned int buttons) |
nothing calls this directly
no test coverage detected