Home | History | Annotate | Download | only in qemu

Lines Matching full:key_event

1465 static void key_event(VncState *vs, int down, uint32_t sym)
1481 key_event(vs, down, sym);
1757 key_event(vs, read_u8(data, 1), read_u32(data, 4));