nulib.events

Undocumented in source.

Members

Aliases

Event
alias Event(SenderType, ArgTypes...) = void function(SenderType, ArgTypes) @(nogc)

A type for an event.

Enums

isEvent
eponymoustemplate isEvent(T)

Gets whether the given type is an event callback function.

Structs

EventHandler
struct EventHandler(EventT)

An event handler which stores events internally.

Templates

EventArgs
template EventArgs(T)

Gets the argument types of an event type T.

EventSenderType
template EventSenderType(T)

Gets the sender type of an event type T.

Meta