Time since the last update (or the begin of the event if smaller)

Note that if the event has expired during the last time lapse, then dt also counts the expired time between the expiration time and the update time.

Property definitions

event_queue $ EventInfo :: dt=
	# Time since the last update (or the begin of the event if smaller)
	#
	# Note that if the event has expired during the last time lapse,
	# then `dt` also counts the *expired* time between the expiration time
	# and the update time.
	var dt: Float = nan
lib/event_queue/event_queue.nit:281,2--286,20