Lines Matching refs:mouse_event
34 struct mouse_event *);
142 static void window_copy_move_mouse(struct mouse_event *);
143 static void window_copy_drag_update(struct client *, struct mouse_event *);
144 static void window_copy_drag_release(struct client *, struct mouse_event *);
208 struct mouse_event *m;
1103 struct mouse_event *m = cs->m; in window_copy_cmd_begin_selection()
3082 struct mouse_event *m) in window_copy_command()
5696 window_copy_move_mouse(struct mouse_event *m) in window_copy_move_mouse()
5718 window_copy_start_drag(struct client *c, struct mouse_event *m) in window_copy_start_drag()
5771 window_copy_drag_update(struct client *c, struct mouse_event *m) in window_copy_drag_update()
5816 window_copy_drag_release(struct client *c, struct mouse_event *m) in window_copy_drag_release()