Hi peoples, is there a modern library or method for detecting when windows user is idle?
There is this old library, but I didn't find anything 'modern'
Thanks
There is this old library, but I didn't find anything 'modern'
jWin32IdleTime - Get user's idle time (Windows)
Hi, This script is a B4J compiled version of this example : http://ochafik.com/blog/?p=98 by Olivier Chafik. The library aims at retrieving the user's idle time using the Windows' GetLastInput Method. It could be useful in case of a chat program, or to stop certain actions when the user is not...
www.b4x.com
Thanks