|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Handle for removing an event listener. Returned by addEventListener. More...
#include "donner/svg/core/Event.h"
Public Member Functions | |
| bool | operator== (const ListenerHandle &other) const |
| Equality comparison. | |
| bool | operator!= (const ListenerHandle &other) const |
| Inequality comparison. | |
Public Attributes | |
| uint32_t | id = 0 |
| Unique identifier for the listener. | |
Handle for removing an event listener. Returned by addEventListener.