disposeRegistry static method
void
disposeRegistry()
override
Disposes all callbacks in registry and clears it.
Intended to be called at shutdown by each concrete callback type via a typed static wrapper:
static void disposeRegistry() => RaylibCallback.disposeRegistry(callbackRegistry);
Implementation
static void disposeRegistry() => RaylibCallback.disposeRegistry(callbackRegistry);