Busy Cursor

Mac OSX specific forum
User avatar
spikey
Enthusiast
Enthusiast
Posts: 767
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Busy Cursor

Post by spikey »

Reading this document NSCursor, I'm getting the impression that the 'busy' cursor on MacOS is solely under the control of the OS and isn't accessible to an API programmer, however I don't have access to a Mac to do any testing. Can anyone confirm or deny?
User avatar
Shardik
Addict
Addict
Posts: 2059
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Busy Cursor

Post by Shardik »

You are right: on MacOS the cursor is solely under control of the OS. Nevertheless I have already demonstrated here how to display a busy cursor cross-platform.
Collection of cross-platform examples with API functions to extend PureBasic
User avatar
spikey
Enthusiast
Enthusiast
Posts: 767
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: Busy Cursor

Post by spikey »

Just what I'm looking for - thank you!
Post Reply