optionalKeyCombinationProperty
fun optionalKeyCombinationProperty(initialValue: KeyCombination?): PropertyDelegate<KeyCombination?, OptionalKeyCombinationProperty>
A Kotlin delegate
to create an OptionalKeyCombinationProperty (the implementation will be a SimpleOptionalKeyCombinationProperty. Typical usage :
val fooProperty by optionalKeyCombinationProperty( initialValue )
var foo by fooProperty
Content copied to clipboard