bartbutenaers / node-red-contrib-ui-svg

A Node-RED widget node to show interactive SVG (vector graphics) in the dashboard
Apache License 2.0
94 stars 27 forks source link

Extra clickable events #21

Closed bartbutenaers closed 5 years ago

bartbutenaers commented 5 years ago

Currently only the left-mouse-click event is supported. Steve asked to support extra events, so perhaps we can add an 'Event' column containing a dropdown:

Steve-Mcl commented 5 years ago

We can at minimum support modifier keys. They appear in the evt

May need to consider touch events too.

bartbutenaers commented 5 years ago

Hey Steve, I hadn't seen your "May need to consider touch events too" comment ...