mousePointerProperty
fun mousePointerProperty(initialValue: MousePointer): PropertyDelegate<MousePointer, MousePointerProperty>
A Kotlin delegate
to create a MousePointerProperty (the implementation will be a SimpleMousePointerProperty. Typical usage :
val fooProperty by mousePointerProperty( initialValue )
var foo by fooProperty
Content copied to clipboard