Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/moused/
H A Dmoused.c493 static struct timespec mouse_button_state_ts; variable
1031 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts); in moused()
1035 bstate[i].ts = mouse_button_state_ts; in moused()
1039 zstate[i].ts = mouse_button_state_ts; in moused()
2368 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts); in r_statetrans()
2586 return (tscmp(&ts, &mouse_button_state_ts, >)); in r_timeout()