Configuring a Mouse Event
- Single Statement
- Click the “+” button in the Mouse Events section of the Customize window to add a Mouse Event with a corresponding Action.
- Multi-Statement (Multi-Event, Multi-Action)
- A single control can command multiple actions by adding more Mouse Event statements to the list of Mouse Events using the “+” button.
- Conditional Statement
- Each Mouse Event statement can have conditional logic.
- This Conditional Statement reads as: “When the Click event happens on this button, command FeedHold if the CycleHold variable is equal to 0, or command FeedResume if the CycleHold variable is equal to 1.”
- At the start of a Mouse Event Statement line, there is a “-“ button that will remove the corresponding statement line when clicked.