Home | History | Annotate | Download | only in qemu

Lines Matching defs:key_event

1459 static void key_event(VncState *vs, int down, uint32_t sym)
1475 key_event(vs, down, sym);
1751 key_event(vs, read_u8(data, 1), read_u32(data, 4));