Enumeration: Stage
Motion command are based on click-drag-release actions. So each command needs to indicate which stage of the motion the command represents.
Table of contents
Enumeration Members
Enumeration Members
FINISH
• FINISH = 3
Release or pick finish.
MOVE
• MOVE = 2
Drag or pick move.
NONE
• NONE = 0
START
• START = 1
Click or pick start.