Hello my fellow Danniwebbers, I have yet another question for you to ponder.
I have two custom action listers. One that handles Mouse.Click and one that handles Mouse.MouseDown.
My question to you is, can I delay the mouse down event so that it does not intefere with the code of the Mouse.Click event?
I have tried adding a timer and waiting x amount then setting a bool value to true, but the code executes to fast and it skips the other code.
Any tips?
Thanks,
Begginnerdev