HomeSort by relevance Sort by last modified time
    Searched full:ptr_move (Results 1 - 1 of 1) sorted by null

  /external/libvncserver/x11vnc/
uinput.c 87 static void ptr_move(int dx, int dy);
710 static void ptr_move(int dx, int dy) { function
721 if (db) fprintf(stderr, "ptr_move(%d, %d) fd=%d\n", dx, dy, d);
910 ptr_move(dxf, dyf);
938 ptr_move(dxf, dyf);
1059 ptr_move(0, +ty);
1061 ptr_move(+tx, +ty);
1062 ptr_move(+tx, +ty);
1064 ptr_move(0, -ty);
1066 ptr_move(-tx, -ty)
    [all...]

Completed in 789 milliseconds