Add a Screensaver to Your Project

This sample application shows how to implement a screensaver into a project. It utilizes the function NoInputTime() to keep track of how long has passed since the last keyboard, mouse, or touchscreen input. The Graphics script continuously monitors NoInputTime(), once the screensaver is launched, the screensaver screen's screen script closes the screen once keyboard, mouse, or touchscreen input is seen.