-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Just to make sure this is correct:
was_event(event)returns true if the event was captured (in any order) since the last timewas_event()orget_events()was called, and clears the historyis_event(event)only returns true if the last captured event in the list matches, no matter how long ago it was, and it doesn't clear the historycurrent_event()returns the event that is happening "right now", which is also added to the event list and doesn't clear it.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested