Busy Cursor
Busy Cursor
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?
Re: Busy Cursor
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
Re: Busy Cursor
Just what I'm looking for - thank you!