mango_engine.event.core

Undocumented in source.

Members

Aliases

HookDelegate
alias HookDelegate = void delegate(Event evt) @(system)

Alias for a delegate used for an event hook.

Classes

EngineCleanupEvent
class EngineCleanupEvent

Event that is fired when the engine begins to clean up.

Event
class Event

Represents a callable event with properties.

EventManager
class EventManager

Handles all Event related activities.

GameManagerStartEvent
class GameManagerStartEvent

Event that is fired when the GameManager.run() method is called.

TickEvent
class TickEvent

Event that is fired each tick.

Structs

EventHook
struct EventHook

Represents a hook that is called for a specific event.

Meta