Searched refs:XTestFakeButtonEvent_wr (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xwrappers.h | 86 extern void XTestFakeButtonEvent_wr(Display* dpy, unsigned int button, Bool is_press,
|
D | xevents.c | 557 XTestFakeButtonEvent_wr(dpy, button, True, CurrentTime); in bust_grab() 560 XTestFakeButtonEvent_wr(dpy, button, False, CurrentTime); in bust_grab() 574 XTestFakeButtonEvent_wr(dpy, button, True, CurrentTime); in bust_grab() 577 XTestFakeButtonEvent_wr(dpy, button, False, CurrentTime); in bust_grab()
|
D | xwrappers.c | 90 void XTestFakeButtonEvent_wr(Display* dpy, unsigned int button, Bool is_press, 990 void XTestFakeButtonEvent_wr(Display* dpy, unsigned int button, Bool is_press, in XTestFakeButtonEvent_wr() function
|
D | pointer.c | 415 XTestFakeButtonEvent_wr(dpy, mb, (mask & (1<<i)) in do_button_mask_change()
|
D | remote.c | 4483 XTestFakeButtonEvent_wr(dpy, mb, down ? True : False, CurrentTime); in process_remote_cmd()
|