Listener.globalEvent

Supply a function to handle events, no matter what the scene.

class Listener
@safe @trusted
void
globalEvent
(
void delegate @safe func
)

Parameters

func void delegate @safe

Function for handler.

Meta