usr.bin/tmux/tmux.h
1644
struct mouse_event {
usr.bin/tmux/tmux.h
3067
struct mouse_event *, int);
usr.bin/tmux/tmux.h
3105
int cmd_mouse_at(struct window_pane *, struct mouse_event *,
usr.bin/tmux/tmux.h
3107
struct winlink *cmd_mouse_window(struct mouse_event *, struct session **);
usr.bin/tmux/tmux.h
3108
struct window_pane *cmd_mouse_pane(struct mouse_event *, struct session **,
usr.bin/tmux/tmux.h
3338
struct mouse_event *);
usr.bin/tmux/tmux.h
3392
int input_key_pane(struct window_pane *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3394
int input_key_get_mouse(struct screen *, struct mouse_event *, u_int,
usr.bin/tmux/tmux.h
3704
struct mouse_event *);
usr.bin/tmux/tmux.h
3716
struct client *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3905
struct mouse_event *, u_int *, u_int *);
usr.bin/tmux/tmux.h
3943
void window_copy_start_drag(struct client *, struct mouse_event *);