• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Obtaining information about the System's current cursor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Obtaining information about the System's current cursor


  • Subject: Re: Obtaining information about the System's current cursor
  • From: Ricky Sharp <email@hidden>
  • Date: Thu, 29 Sep 2005 16:09:21 -0500


On Sep 29, 2005, at 3:37 PM, Mark McElhinney wrote:

Is there any way for a cocoa application to determine what cursor the OS
is using at any given time? I have seen NSCursors currentCursor method,
however, this only returns the current cursor for your application.


If there is no way to determine the cursor type at any given time, is
the any sort of callback that you can subscribe to that will inform your
application when the cursor changes?


If neither of these are doable in a Cocoa application, does anyone know
of another means to obtain this information?

I don't think obtaining the cursor system-wide is possible at all. Furthermore, some apps (like ones I've written) hide the real cursor and just animate a sprite around the screen. In other cases, the cursor could be currently obscured.


Purpose: I need to capture the entire desktop area, including the
cursor, but referencing the screen bytes with CGDisplayBaseAddress only
give the screen information, not the cursor information. So I then get
the mouse location using [NSEvent mouseLocation] and if I can find out
which cursor is being used, can then draw it into my buffer at the
correct location.

Have you looked at how others apps implement this? For example, Apple's Grab let's you specify which cursor to draw when the screenshot is taken.


___________________________________________________________
Ricky A. Sharp         mailto:email@hidden
Instant Interactive(tm)   http://www.instantinteractive.com

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Obtaining information about the System's current cursor (From: "Mark McElhinney" <email@hidden>)

  • Prev by Date: Re: NSEnumerator and the missing peek method
  • Next by Date: Re: Inside or outside an if statement - what's the difference?
  • Previous by thread: Obtaining information about the System's current cursor
  • Next by thread: RE: Obtaining information about the System's current cursor
  • Index(es):
    • Date
    • Thread