View Source Love.Events.Message (love_ex v0.2.0)

Represents an event message.

This is documented in the unlikely chance that the destination process or component needs to directly handle it.

This struct should not be constructed directly by the developer - use Love.Events.send_message/4 and Love.Component.emit/3 instead.

Link to this section Summary

Link to this section Types

@type t() :: %Love.Events.Message{name: atom(), payload: any(), source: any()}