gotoFirstChildForPoint

@JvmName(name = "gotoFirstChildForPoint")
actual fun gotoFirstChildForPoint(point: Point): UInt?(source)

Move the cursor to the first child of its current node that extends beyond the given point offset.

Return

The index of the child node, or null if no such child was found.

expect fun gotoFirstChildForPoint(point: Point): UInt?(source)

Move the cursor to the first child of its current node that extends beyond the given point offset.

Return

The index of the child node, or null if no such child was found.

@JvmName(name = "gotoFirstChildForPoint")
actual fun gotoFirstChildForPoint(point: Point): UInt?(source)

Move the cursor to the first child of its current node that extends beyond the given point offset.

Return

The index of the child node, or null if no such child was found.

actual fun gotoFirstChildForPoint(point: Point): UInt?(source)

Move the cursor to the first child of its current node that extends beyond the given point offset.

Return

The index of the child node, or null if no such child was found.