Manages the wallpaper events and the timer. A tutorial is available here.
Events:
SizeChanged (Engine As LWEngine) Touch (Engine As LWEngine, Action As Int, X As Float, Y As Float) VisibilityChanged (Engine As LWEngine, Visible As Boolean) EngineDestroyed (Engine As LWEngine) Tick (Engine As LWEngine) OffsetChanged (Engine As LWEngine)
Initializes the object. EventName - Sets the Subs that will handle the events. TouchEventsEnabled - Whether the wallpaper should raise the Touch event when the user touches the screen.
StartTicking (IntervalMsAsInt)
Starts the internal timer. IntervalMs - Interval in milliseconds.