libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
EventListener Struct Reference

Runtime record for a single event listener registration. More...

#include <EventTypes.h>

Collaboration diagram for EventListener:
[legend]

Public Attributes

ListenerID ID
 Unique identifier assigned at registration time.
 
EventPriority Priority
 Dispatch priority; higher values fire first.
 
EventCallback Function
 The callback to invoke when the event fires.
 
EventMetadata Metadata
 Diagnostic metadata about the registration site.
 

Detailed Description

Runtime record for a single event listener registration.

Member Data Documentation

◆ Function

EventCallback EventListener::Function

The callback to invoke when the event fires.

◆ ID

ListenerID EventListener::ID

Unique identifier assigned at registration time.

◆ Metadata

EventMetadata EventListener::Metadata

Diagnostic metadata about the registration site.

◆ Priority

EventPriority EventListener::Priority

Dispatch priority; higher values fire first.


The documentation for this struct was generated from the following file: