Searched defs:KeyInjectionScope (Results 1 – 2 of 2) sorted by relevance
55 interface KeyInjectionScope : InjectionScope { in <lambda>() interface145 fun KeyInjectionScope.pressKey( in pressKey() method163 fun KeyInjectionScope.withKeyDown(key: Key, block: KeyInjectionScope.() -> Unit) { in withKeyDown() method183 fun KeyInjectionScope.withKeysDown(keys: List<Key>, block: KeyInjectionScope.() -> Unit) { in KeyInjectionScope() method202 fun KeyInjectionScope.withKeyToggled(key: Key, block: KeyInjectionScope.() -> Unit) { in withKeyToggled() method221 fun KeyInjectionScope.withKeysToggled(keys: List<Key>, block: KeyInjectionScope.() -> Unit) { in KeyInjectionScope() method236 val KeyInjectionScope.isFnDown: Boolean constant245 val KeyInjectionScope.isCtrlDown: Boolean constant254 val KeyInjectionScope.isAltDown: Boolean constant263 val KeyInjectionScope.isMetaDown: Boolean constant[all …]
2511 private fun KeyInjectionScope.longPressKey(key: Key) { in longPressKey() method