The PlaybackAction enumeration defines the action that occurs on mouse click. It is used for the ClickAction property of the IMouseSettings interface.

Possible values are:

PA_NONE = 0,
PA_GOTO_NEXT_STEP = 1,
PA_GOTO_NEXT_SLIDE = 2