Contents

current

Returns the application’s current cursor.

Declaration

class var current: NSCursor { get }

Return Value

The top cursor on the application’s cursor stack. This cursor may not be the visible cursor on the screen if a different application is currently active.

Discussion

The method only returns the cursor set by your application using NSCursor methods. It does not return cursors set by other applications or cursors set by your application using Carbon APIs.

See Also

Related Documentation

Retrieving cursor instances