Interface

MultiModalInjectionScope

The receiver scope of the multi-modal input injection lambda from [performMultiModalInput].

multiModalInputClickDragDrop

fun multiModalInputClickDragDrop() {
    composeTestRule.onNodeWithTag("myComponent").performMultiModalInput {
        touch { click(center) }
        advanceEventTime(500)
        mouse { dragAndDrop(topLeft, bottomRight) }
    }
}