Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/moused/
H A Dmoused.c495 static struct timespec mouse_button_state_ts; variable
1033 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts); in moused()
1037 bstate[i].ts = mouse_button_state_ts; in moused()
1041 zstate[i].ts = mouse_button_state_ts; in moused()
2370 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts); in r_statetrans()
2588 return (tscmp(&ts, &mouse_button_state_ts, >)); in r_timeout()