usr.bin/tmux/tmux.h
1519
struct mouse_event {
usr.bin/tmux/tmux.h
2781
struct mouse_event *, int);
usr.bin/tmux/tmux.h
2819
int cmd_mouse_at(struct window_pane *, struct mouse_event *,
usr.bin/tmux/tmux.h
2821
struct winlink *cmd_mouse_window(struct mouse_event *, struct session **);
usr.bin/tmux/tmux.h
2822
struct window_pane *cmd_mouse_pane(struct mouse_event *, struct session **,
usr.bin/tmux/tmux.h
3086
int input_key_pane(struct window_pane *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3088
int input_key_get_mouse(struct screen *, struct mouse_event *, u_int,
usr.bin/tmux/tmux.h
3368
struct mouse_event *);
usr.bin/tmux/tmux.h
3495
struct mouse_event *, u_int *, u_int *);
usr.bin/tmux/tmux.h
3522
void window_copy_start_drag(struct client *, struct mouse_event *);