vue-drag-drop icon indicating copy to clipboard operation
vue-drag-drop copied to clipboard

Right-click Handling

Open Xevion opened this issue 3 years ago • 0 comments

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.

Xevion avatar Jan 03 '22 06:01 Xevion