Lines Matching refs:mouse
39 bool mouse; member
197 if (vd->mouse) { in vdagent_send_caps()
217 return vd->mouse && in have_mouse()
225 VDAgentMouseState *mouse = (void *)msg->data; in vdagent_send_mouse() local
230 mouse->x = vd->mouse_x; in vdagent_send_mouse()
231 mouse->y = vd->mouse_y; in vdagent_send_mouse()
232 mouse->buttons = vd->mouse_btn; in vdagent_send_mouse()
233 mouse->display_id = vd->mouse_display; in vdagent_send_mouse()
679 vd->mouse = VDAGENT_MOUSE_DEFAULT; in vdagent_chr_open()
681 vd->mouse = cfg->mouse; in vdagent_chr_open()
689 if (vd->mouse) { in vdagent_chr_open()
901 cfg->mouse = qemu_opt_get_bool(opts, "mouse", VDAGENT_MOUSE_DEFAULT); in vdagent_chr_parse()