Keep Application Open, or Modifiers Active
Posted: Jan 30, 2011 4:54 PM
Reply Email
I am creating an application that allows users to cycle and test through 1,000s of cursors. I want to make it so they can use the cursor for their actual activities without actually installing it. Just so they can decide if they want / don't want it. If it does / doesn't work for their needs.
My solution is hoping keeping the window on top so the cursor stays the same?
a
Is there a way to keep the cursor the same without keeping the window open. The window is small so it really isn't a big deal but it'd be nice.
Heres a screenshot:
cloneDev[1].png
Heres the code I used to change the cursor:
Code:
[[[NSCursor alloc] initWithImage:theimage hotSpot:hotspot]set];