G
Guest
What's a good way to test (across an entire database) whether there's been
any keyboard or mouse activity? I want to build something that will
automatically close a database if the user has it open but hasn't done
anything for an extended period. I know I could use mousemove and keydown
events, but don't want to have to watch for them them in every object if
there's a simpler way.
any keyboard or mouse activity? I want to build something that will
automatically close a database if the user has it open but hasn't done
anything for an extended period. I know I could use mousemove and keydown
events, but don't want to have to watch for them them in every object if
there's a simpler way.