·
35 commits
to main
since this release
Patch Changes
-
#161
ec07614Thanks @jungpaeng! - feat: Change to allow each overlay provider to have a unique event IDEach overlay provider now uses a unique event ID instead of relying on shared global identifiers.
This change improves event handling accuracy and avoids potential collisions when managing multiple overlays from different providers.
It is backward-compatible for existing overlays that do not explicitly set a provider-specific ID.