NPellet / visualizer

Other
42 stars 24 forks source link

jsgraph and track event #1052

Closed lpatiny closed 7 years ago

lpatiny commented 7 years ago

In the track event object can we add information about the modifiers keys that where pressed at the the time of the click ? Don't know where to put it on the other hand. A non enumerable attribute ?

targos commented 7 years ago

You already have access to the full event object. That should be enough? Check event.altKey for example.

lpatiny commented 7 years ago

Many thanks. Just what I needed.