registry property

Map<int, R> get registry

The registry of live callbacks for this callback type.

Each concrete subclass owns a static List<RaylibCallback> and returns it here. The registry is used to track active callbacks and support bulk disposal via disposeRegistry.

Implementation

Map<int, R> get registry;