Declaration

- (NSIndexPath *) indexPathOfNodeAtX:(CGFloat) X actualPosition:(NSPoint *) pos;

Declaration

indexPathOfNodeAtX_actualPosition_(X: float, pos: NSPoint) -> NSIndexPath

Return Value

The node index path, or nil if no matching node or hint position is found.

Discussion

The actual matched position is written to pos when provided.

See Also

Node Hit Testing