|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
Runtime record for a single event listener registration. More...
#include <EventTypes.h>
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. | |
Runtime record for a single event listener registration.
| EventCallback EventListener::Function |
The callback to invoke when the event fires.
| ListenerID EventListener::ID |
Unique identifier assigned at registration time.
| EventMetadata EventListener::Metadata |
Diagnostic metadata about the registration site.
| EventPriority EventListener::Priority |
Dispatch priority; higher values fire first.