Return a symbol corresponding to the type of the most recent mouse event. Return value is one of 'motion, 'click, 'one-and-a-half-clicks, 'double-click. You can case on this symbol in a procedure bound to a mouse event to determine, e.g., whether the user single clicked or double clicked.