Lines Matching refs:mouse
36 bool mouse; member
194 if (vd->mouse) { in vdagent_send_caps()
214 return vd->mouse && in have_mouse()
222 VDAgentMouseState *mouse = (void *)msg->data; in vdagent_send_mouse() local
227 mouse->x = vd->mouse_x; in vdagent_send_mouse()
228 mouse->y = vd->mouse_y; in vdagent_send_mouse()
229 mouse->buttons = vd->mouse_btn; in vdagent_send_mouse()
230 mouse->display_id = vd->mouse_display; in vdagent_send_mouse()
672 vd->mouse = VDAGENT_MOUSE_DEFAULT; in vdagent_chr_open()
674 vd->mouse = cfg->mouse; in vdagent_chr_open()
682 if (vd->mouse) { in vdagent_chr_open()
908 cfg->mouse = qemu_opt_get_bool(opts, "mouse", VDAGENT_MOUSE_DEFAULT); in vdagent_chr_parse()