Cursor
public enum Cursor : Equatable, Hashable
Mouse cursor to display at a specific mouse point.
-
Undocumented
Declaration
Swift
case moveHorizontally -
Undocumented
Declaration
Swift
case moveVertically -
Undocumented
Declaration
Swift
case resizeHorizontally -
Undocumented
Declaration
Swift
case resizeVertically -
Undocumented
Declaration
Swift
case draw
-
Undocumented
Declaration
Swift
var nsCursor: NSCursor { get }
Cursor Enumeration Reference