registerEvents

fun registerEvents(action: EventRegistration.() -> Unit)

When registering events through QKL, this function gives a context allowing you to not have to repeatedly type EventRegistration.onEventName when registering many events.

Author

sschr15