Home | History | Annotate | Download | only in qemu

Lines Matching refs:button_mask

1250 static void pointer_event(VncState *vs, int button_mask, int x, int y)
1255 if (button_mask & 0x01)
1257 if (button_mask & 0x02)
1259 if (button_mask & 0x04)
1261 if (button_mask & 0x08)
1263 if (button_mask & 0x10)