On Viewport Clicked (BETA)

Event node which fires when a viewport click event occurs in the specified viewport. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node.

Installation

To use this Node, you must enable omni.graph.ui_nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

Use Normalized Coords (useNormalizedCoords)

bool

When true, the components of the 2D position output are scaled to between 0 and 1, where 0 is top/left and 1 is bottom/right. When false, components are in viewport render resolution pixels.

False

Viewport (viewport)

token

Name of the viewport window to watch for click events

Viewport

Gesture (gesture)

token

The input gesture to trigger viewport click events

Left Mouse Click

Only Simulate On Play (onlyPlayback)

bool

When true, the node is only computed while Stage is being played

True

Outputs

Name

Type

Description

Default

Clicked (clicked)

execution

Enabled when the specified input gesture triggers a viewport click event in the specified viewport

Position (position)

double[2]

The position at which the viewport click event occurred