currentSystem
Returns the current system cursor.
Declaration
class var currentSystem: NSCursor? { get }Return Value
A cursor whose image and hot spot match those of the currently-displayed cursor on the system
Discussion
This method returns the current system cursor regardless of which application set the cursor, and whether Cocoa or Carbon APIs were used to set it.
This method replaces the now deprecated QDGetCursorData function.