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