Searched refs:macosx_pointer_command (Results 1 - 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
H A D | macosx.h | 42 extern void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client);
|
H A D | macosx.c | 62 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client); 98 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client) { function 263 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client) { function 268 if (0) fprintf(stderr, "macosx_pointer_command: %d %d - %d\n", x, y, mask);
|
H A D | pointer.c | 597 macosx_pointer_command(mask, x, y, client);
|
Completed in 123 milliseconds