Skip to content

Track mouse position and hover state on a diagram.

License

Notifications You must be signed in to change notification settings

bpmn-io/track-mouse

Repository files navigation

@bpmn-io/track-mouse

Build Status

Tracks the mouse on a diagram-js diagram and periodically logs mouse position and hover state to the developer console.

Usage

import TrackMouseModule from '@bpmn-io/track-mouse';

import BpmnViewer from 'bpmn-js';

const viewer = new BpmnViewer({
  additionalModules: [
    TrackMouseModule
  ]
});

License

MIT

About

Track mouse position and hover state on a diagram.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published