Read Viewport Click State (BETA)#

Read the state of the last viewport click event from the specified viewport. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node.

Installation#

To use this node enable omni.graph.ui_nodes in the Extension Manager.

Inputs#

Name

Type

Descripton

Default

Gesture (inputs:gesture)

token

The input gesture to trigger viewport click events

Left Mouse Click

Metadata

displayGroup = parameters

Metadata

allowedTokens = Left Mouse Click,Right Mouse Click,Middle Mouse Click

Use Normalized Coords (inputs: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 (inputs:viewport)

token

Name of the viewport window to watch for click events

Viewport

Outputs#

Name

Type

Descripton

Default

Is Valid (outputs:isValid)

bool

True if a valid event state was detected and the outputs of this node are valid, and false otherwise

None

Position (outputs:position)

double[2]

The position at which the specified input gesture last triggered a viewport click event in the specified viewport

None

Metadata#

Name

Value

Unique ID

omni.graph.ui_nodes.ReadViewportClickState

Version

1

Extension

omni.graph.ui_nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

tests

uiName

Read Viewport Click State (BETA)

Categories

ui

Generated Class Name

OgnReadViewportClickStateDatabase

Python Module

omni.graph.ui_nodes