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.
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.