This detects your idlestate if there is no input from your keyboard or mouse a triggers an event
so if you want to make your screensavers this is jus what you need..
Inputs
Interval
API DeclarationsPrivate Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer