Capturing Ctrl Click

Is there a statement that returns true if ctrl click or a right mouse click was used? Something like shifclick(, optionclick(, etc.

if info("modifiers") contains "control"

Thank you Dave, works beautifully!