We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3169c97 commit 18a21b2Copy full SHA for 18a21b2
1 file changed
compose/ui/ui/src/desktopTest/kotlin/androidx/compose/ui/window/TestUtils.kt
@@ -191,7 +191,7 @@ internal class WindowTestScope(
191
exceptionHandler.throwIfCaught()
192
}
193
194
- internal fun moveMouse(x: Int, y: Int) = robot::mouseMove
+ internal fun moveMouse(x: Int, y: Int) = robot.mouseMove(x, y)
195
196
197
suspend fun Window.waitForFocusGain() {
0 commit comments