DataPool User Guide

Version 2.13 | Published November 30, 2018 ©

DataMouseAction

images/download/attachments/30910247/plugins_datamouseaction-icon.png
The DataMouseAction plugin receives mouse events from the DataMouseSensor plugin and runs Viz actions accordingly. This plugin is not registered to a DataField. It is attached to a container and it is triggered by the mouse actions when the cursor is within the container area in the render window.

Note: DataPool commands cannot be used.

images/download/attachments/41810693/plugins_datamouseaction.png

Unique Parameters

  • Click To Activate: Determines whether the user has to select the container in order to activate the actions. If set to On, it is selected when the first action that is executed (the Mouse Down action).

  • Mouse Threshold: Determines the minimum number of pixels that the mouse arrow has to be moved before a movement is recognized.

  • Mouse Down: Calls a Viz action as soon as a mouse button is pressed on top of the container the plugin is attached to.

  • Mouse Up: Calls a Viz action when a mouse button is released and the container the plugin is attached to is the previously selected container.

  • Drag Left: Calls a Viz action when the selected container is dragged (moved) to the left and the movement is larger then the Mouse Threshold value.

  • Drag Right: Calls a Viz action when the selected container is dragged (moved) to the right and the movement is larger then the Mouse Threshold value.

  • Stop Horizontal Drag: Calls a Viz action when a horizontal mouse dragging movement stops or the mouse button that started all the drag movement stops.

  • Drag Down: Calls a Viz action when the selected container is dragged (moved) down and the movement is larger then the Mouse Threshold value.

  • Drag Up: Calls a Viz action when the selected container is dragged (moved) up and the movement is larger then the Mouse Threshold value.

  • Stop Vertical Drag: Calls a Viz action when a vertical mouse dragging movement stops or the mouse button that started all the drag movements stop.