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

/freebsd-current/usr.sbin/moused/
H A Dmoused.c492 static struct timespec mouse_button_state_ts; variable in typeref:struct:timespec
1030 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts);
1034 bstate[i].ts = mouse_button_state_ts;
1038 zstate[i].ts = mouse_button_state_ts;
2366 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts);
2584 return (tscmp(&ts, &mouse_button_state_ts, >));

Completed in 111 milliseconds