The following tables list the members exposed by IInteractionTool.
| Name | Description | |
|---|---|---|
![]() | CanStart | Determines whether this tool can start. |
![]() | KeyDown | Called when a key is down. |
![]() | MouseDown | Called when this tool is started and a mouse button is pressed. |
![]() | MouseMove | Called when this tool is started and the mouse is moved. |
![]() | MouseUp | Called when this tool is started and a mouse button is released. |
![]() | MouseWheel | Called when the mouse wheel moves while this tool is started. |
![]() | Start | Called when this tool starts. |
![]() | Stop | Called when this tool stops. |