HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Detecting right click on item

02-21-2004, 02:25 PM#1
ObsidianTitan
Is it possible to detect a right click on an item while in a heroes inventory.

I am pretty sure that it is considered an order, seeming as though there is a cancel button that appears when you do it. It may be like one those slot detection events.

This would probably take jass to get to work, so unless you know jass don't say its not possible.
02-21-2004, 02:30 PM#2
Shimrra
I know it's possible with unit abilities, but I'm not sure about items... (I won't say no though, because I do not know anything about Jass)
02-21-2004, 02:39 PM#3
weaaddar
You can't detect the right click itself. You can detect the drop event or the move item order. (See Drag and Drop Backpack for how to do it).
02-21-2004, 02:46 PM#4
ObsidianTitan
Ok, just checking. Would of been nice, I guess I need to try to use tooltips then.
02-21-2004, 08:41 PM#5
weaaddar
Why do you need to to detect that click?
02-22-2004, 05:20 AM#6
ObsidianTitan
Mainly for information purposes, I want to be able to tell people what the effects of putting the item in the differnt places.

The fact of the matter is that even if I could get it to work, it wont be read by most people anyway.