Searched refs:button_up_time (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A Duserinput.c2732 double last_bdpush = 0.0, button_up_time = 0.0; local
2892 if (0 && button_up_time > 0.0) {
2941 if (button_up_time > 0.0) {
2942 if (tm > button_up_time + max_spin[scroll_rep]) {
2943 if (db) fprintf(stderr, "check_xrecord: SPIN-OUT-BUTTON_UP: %.3f/%.3f\n", spin, tm - button_up_time);
2968 if (button_up_time > 0.0) {
2971 dtime0(&button_up_time);
2976 dtime0(&button_up_time);
2983 dtime0(&button_up_time);

Completed in 65 milliseconds