Home | History | Annotate | Download | only in qemu

Lines Matching refs:button_mask

1256 static void pointer_event(VncState *vs, int button_mask, int x, int y)
1261 if (button_mask & 0x01)
1263 if (button_mask & 0x02)
1265 if (button_mask & 0x04)
1267 if (button_mask & 0x08)
1269 if (button_mask & 0x10)