protected Cursor getInitialCursor ()

Returns the initial cursor state of this node, for use by the JavaFX CSS engine to correctly set its initial value. This method can be overridden by subclasses in instances where the cursor should initially be non-null (as the default implementation of this method is to return null).

Returns:  the initial cursor state for this Node.

Since:  9