Hi all,
So i’m currently in the process of setting up my own little inventory system. Like any inventory the slots are made up of buttons that do different things when clicked on. What I want is to be able to right click, left click and drag the items around. Left Click/Right click was a simple override of the Mouse Down function that splits on “get effecting button” and runs what i need it to do. My problem comes with trying to tell the difference between a drag and a normal left click.
I know the code i’m uploading is wrong as it will always run detect drag, i’m just wondering if their is a node i am missing that will run a branch and see if it is a click or a drag on the left mouse button