jagenjo / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
5.22k stars 591 forks source link

Touch Compatibility #18

Open MacroMachines opened 6 years ago

MacroMachines commented 6 years ago

adding touch drag events alongside the mouse events would allow mobile compatibility.

daniel-lewis-ab commented 1 month ago

Converted over to the use of pointer events for my fork and verified everything still works. I'm going to abandon the mouse* specific event chain because backwards compatibility to stuff over a year ago isn't relevant to me.