dovigod / V-Gesture

Other
2 stars 0 forks source link

[Feature] - Event Propagation #14

Closed dovigod closed 1 month ago

dovigod commented 4 months ago

Start Date

No response

Summary

Support event propagation

Basic Example

No response

Drawbacks

Bit worried about performance....

Implementation PR

No response

Reference Issues

No response

dovigod commented 1 month ago

I think VGesture doesn't need event propagation since, its actually different from pointer click events.

Vgesture will only interact with vgesturable elements, which means developer will clearly declare which to interactive with.

so in general cases, there won't be cases that propagation is needed.