HoverIO.fetch

Fetch a pointer from a number assigned to it by this I/O. This is used by Actionable nodes to find HoverPointer data corresponding to fired input action events.

The pointer, and the matching number, must be valid.

interface HoverIO
inout
fetch
(
int number
)

Parameters

number int

Number assigned to the pointer by this I/O.

Return Value

Type: inout(HoverPointer)

The pointer.

Meta