Author Topic: Is it possible to check if the right trigger is released?  (Read 969 times)

I know there's Armor::OnTrigger, but that's referring to pressing down on the right mouse button. Is it possible to check if the right mouse button is being released? I've looked everywhere and there isn't a sign that it is.

For the last variable of onTrigger, it will be false if the button is being released.

Oh, yay! Thank you. I hope this works for what I have in mind.

EDIT: To better understand, does this mean that if you don't check for if %on %val (or whatever it is in the thing) is 1 (or just is, considering I'm looking at something that goes "&& %val", which I assume checks if %val is 1?), then whatever happens occurs twice? (pressed and released)

EDIT: !%val would work to check for if the button is being released, correct?
« Last Edit: July 03, 2013, 03:52:11 PM by The Titanium »

EDIT: !%val would work to check for if the button is being released, correct?
Yes.