empy
02-04-2008, 03:30 AM
I have some objects that I want to be able to click and drag (I'm using MOUSE_DOWN, and MOUSE_UP for that), but I also want to be able to single click the nodes to open a URL (with MOUSE_CLICK).
I do not want to have to use DOUBLE_CLICK.
Is there any way to make this work so that when I MOUSE_DOWN/MOUSE_UP it doesn't count as a click? Is there something better to use?
Thank You
I do not want to have to use DOUBLE_CLICK.
Is there any way to make this work so that when I MOUSE_DOWN/MOUSE_UP it doesn't count as a click? Is there something better to use?
Thank You