vcJogInfo
vcJogInfo is an event listener for an interactive object defined by Jog Info behavior.
Inherits: vcBehaviour
Events
Name | Parameters | Description |
OnInteract | vcBehaviour type, Enumeration cursor_action, List of 9-tuple (Enumeration eventType, Integer shift_state, Boolean mouse_clicked, Integer x_position, Integer y_position, vcVector floor, vcVector view, vcVector direction, vcVector hit_position) data | Triggered when user interaction occurs with an object defined by a Jog Info behavior.
The type argument is the Jog Info behavior of the object. The cursor_action argument is the type of mouse action that occurs in the jog area. 0 1 2 The data argument provides a list of jog info that includes command event data and XY coordinates (in pixels) where interaction occurs on the viewport. |