Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:cursor_x

2831 	last_x = start_x = cursor_x;
2974 if (db) fprintf(stderr, "check_xrecord: SCROLL-WHEEL-BUTTON-UP-KEEP-GOING: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_y);
2977 } else if (last_x == cursor_x && last_y == cursor_y) {
2978 if (db) fprintf(stderr, "check_xrecord: BUTTON-UP: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_y);
2981 if (db) fprintf(stderr, "check_xrecord: BUTTON-UP-KEEP-GOING: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_y);
2994 last_x = cursor_x;
3009 last_x = cursor_x;
3015 (last_x != cursor_x || last_y != cursor_y) ) {
4415 if (db) fprintf(stderr, "\n*** button down!! x: %d y: %d\n", cursor_x, cursor_y);
4552 orig_cursor_x = cursor_x;
4671 got_2nd_pointer+1, spin, cursor_x, cursor_y, button_mask);
4736 if (db) fprintf(stderr, " MO,PT,FR: %d/%d %d/%d %d/%d\n", cursor_x - orig_cursor_x, cursor_y - orig_cursor_y, px - orig_px, py - orig_py, x - orig_x, y - orig_y);