Home
last modified time | relevance | path

Searched defs:mouse (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DInputDispatcher.kt386 val mouse = mouseInputState in createInputDispatcher() constant
422 val mouse = mouseInputState in createInputDispatcher() constant
463 val mouse = mouseInputState in createInputDispatcher() constant
490 val mouse = mouseInputState in createInputDispatcher() constant
510 val mouse = mouseInputState in createInputDispatcher() constant
523 val mouse = mouseInputState in createInputDispatcher() constant
539 val mouse = mouseInputState in createInputDispatcher() constant
DMultiModalInjectionScope.kt54 fun mouse(block: MouseInjectionScope.() -> Unit) in touch() method
161 override fun mouse(block: MouseInjectionScope.() -> Unit) { in touch() method