Contents

EventHandler

A closure to handle processing events.

Declaration

typealias EventHandler = @Sendable (Event) -> Void

See Also

Event handling