HomeSort by relevance Sort by last modified time
    Searched refs:macosx_pointer_command (Results 1 - 3 of 3) sorted by null

  /external/libvncserver/x11vnc/
macosx.h 42 extern void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client);
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);
pointer.c 597 macosx_pointer_command(mask, x, y, client);

Completed in 1492 milliseconds