Boy, oh, boy. I told BlueMonk to do that like a <i>week</i> ago! ;-) If it's not there yet, it will be. In any case, there should be some ability to detect mouse clicks some how. I made a game that did it just the other day (well, a pseudo-game). Although, I don't remember if there was a built-in function for mouse-clicks or not. My instinct tells me there wasn't, and I had to go make one myself. Although that may have been for hiding the cursor. I'm not sure. Here's something you can do though:
DO rule type
SetInput rule
Arg 1: (Whichever button you want to use)
Arg 2: (System.Windows.Input.Mouse.LeftButton==System.Windows.Input.MouseButtonState.Pressed)
There's a better way to do it, but I can't find it right now, and it will soon be if not already is supported by the engine itself with a built-in operation.