FreeBSD Manual Pages
Tk_GetUserInactiveTime(3) Tk Library Procedures Tk_GetUserInactiveTime(3) ________________________________________________________________________________ NAME Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime - discover user inactivity time SYNOPSIS #include <tk.h> long Tk_GetUserInactiveTime(display) Tk_ResetUserInactiveTime(display) ARGUMENTS Display *display (in) The display on which the user inactivity timer is to be queried or reset. ________________________________________________________________________________ DESCRIPTION Tk_GetUserInactiveTime returns the number of milliseconds that have passed since the last user interaction (usually via keyboard or mouse) with the respective display. On systems and displays that do not support querying the user inactivity time, -1 is returned. Tk_ResetUserInactiveTime resets the user inactivity timer of the given display to zero. On windowing sys- tems that do not support multiple displays display can be passed as NULL. KEYWORDS idle, inactive Tk 8.5 Tk_GetUserInactiveTime(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | KEYWORDS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Tk_ResetUserInactiveTime.tk86&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
