findItemAt

abstract fun findItemAt(preparedScene: PreparedScene, x: Double, y: Double, order: HitOrder = HitOrder.FRONT_TO_BACK, touchRadius: Double = 0.0): RenderCommand?

Find the frontmost item at a screen position (hit testing).