keyCombinationProperty
fun keyCombinationProperty(initialValue: KeyCombination): PropertyDelegate<KeyCombination, KeyCombinationProperty>
A Kotlin delegate
to create a KeyCombinationProperty (the implementation will be a SimpleKeyCombinationProperty. Typical usage :
val fooProperty by keyCombinationProperty( initialValue )
var foo by fooProperty
Content copied to clipboard