HoverChain.armedPointerID

Performs the opposite of normalizedPointerID; gets the ID of the armed pointer, the one made available to event handling nodes.

Since the IDs are assigned in a consistent, deterministic manner, the pointer does not need to be loaded for this function to work.

class HoverChain
const
int
armedPointerID
(
int number
)

Parameters

number int

ID of the pointer, either negative or not.

Return Value

Type: int

The ID of the armed pointer. Returns the same ID as given if it was already armed.

See Also

normalizedPointerID

Meta