|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Hit-test checkpoint captured at mouse-down time. More...
#include "donner/editor/repro/ReproFile.h"
Public Attributes | |
| std::string | id |
| id attribute of the hit element, or empty if none. | |
| std::string | tag |
| Tag name of the hit element, or empty if none. | |
| int | docOrderIndex = -1 |
| Document-order index of the hit element, or -1 if unspecified. | |
| bool | empty = false |
| True when the click landed on empty space. | |
Friends | |
| bool | operator== (const ReproHit &, const ReproHit &)=default |
Hit-test checkpoint captured at mouse-down time.