standardCursorProperty
fun standardCursorProperty(initialValue: StandardCursor): PropertyDelegate<StandardCursor, StandardCursorProperty>
A Kotlin delegate
to create a StandardCursorProperty (the implementation will be a SimpleStandardCursorProperty. Typical usage :
val fooProperty by standardCursorProperty( initialValue )
var foo by fooProperty
Content copied to clipboard