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.
Loading...
Searching...
No Matches
donner::svg::ListenerHandle Struct Reference

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.

Detailed Description

Handle for removing an event listener. Returned by addEventListener.


The documentation for this struct was generated from the following file: