CursorPropertyName

public enum CursorPropertyName : String, PropertyNameProtocol

Undocumented

  • Cursor to fall back to if this cursor cannot be displayed.

    Declaration

    Swift

    case fallback = "fallback"
  • X position of the cursor hotspot in the cursor image.

    Declaration

    Swift

    case hotspotX = "hotspot-x"
  • Y position of the cursor hotspot in the cursor image.

    Declaration

    Swift

    case hotspotY = "hotspot-y"
  • Name of this this cursor.

    The name will be nil if the cursor was created from a texture.

    Declaration

    Swift

    case name = "name"
  • The texture displayed by this cursor.

    The texture will be nil if the cursor was created from a name.

    Declaration

    Swift

    case texture = "texture"