cameronhimself / vue-drag-drop

A lightweight Vue wrapper that abstracts away the wonkier parts of the Drag and Drop Browser API
496 stars 83 forks source link

Right-click Handling #98

Open Xevion opened 2 years ago

Xevion commented 2 years ago

Is there any way of enabling drag and drop with a right-click instead of a left click?

I'm creating an inventory system with items and slots and right clicks need to be supported for an alternative item movement - forget simply detecting if right clicks could be differentiated from left clicks, the drag and drop system doesn't recognize and drag/drop when right-click is held down. Is there a way to add this functionality, or is my feature impossible with this codebase?

It would also be nice if there was a way to work with middle clicks, too.