I have a bit of a problem where I'm trying to get certain events to fire when the mouse buttons are released.
I'm searching the solution in states, like for example
[pascal]if (Input.mouse.Buttons[mbLeft]) and (isUp in Input.mouse.states) then <dosomething> [/pascal]
but that does not appear to work, as nothting seems to be happening.

It's probably something simple, but I dont see it.
So, any hints or tips would be appreciated