How do I check if Windows is currently displaying the busy cursor?

1.9k views Asked by At

I know how to set the current cursor, but how do I check on the operating-system level if Windows is displaying the Busy cursor? Otherwise, how do I check if Windows is in the "busy" state?

1

There are 1 answers

4
Patrick On

You can use the GetCursorInfo API to do this.