Searched refs:pointer_event (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/
H A Dvnc-android.c1256 static void pointer_event(VncState *vs, int button_mask, int x, int y) function
1763 pointer_event(vs, read_u8(data, 1), read_u16(data, 2), read_u16(data, 4));
H A Dvnc.c1250 static void pointer_event(VncState *vs, int button_mask, int x, int y) function
1757 pointer_event(vs, read_u8(data, 1), read_u16(data, 2), read_u16(data, 4));

Completed in 42 milliseconds