/TimedEvent

Simple Class written to handle non-blocking events that occur at regular intervals, typically called from the main loop. Tidies things up and saves maintaining several global timing variables.

GNU General Public License v2.0GPL-2.0

TimedEvent

Very simple code to manage events that occur within the main loop of a program. Tidies up the main loop code and saves maintaining several global timing variables.