Cursors in Cocoa
:confused:
How do I set the cursor/mouse position in cocoa objC?
Please help me!
I am totally stuffed after checking the appKit framework.
How do I set the cursor/mouse position in cocoa objC?
Please help me!
I am totally stuffed after checking the appKit framework.
You can use the CGAssociateMouseAndMouseCursorPosition(boolean_t connected) method in CGRemoteOperation of the ApplicationServices framework to disconect the mouse from the cursor and CGGetLastMouseDelta( CGMouseDelta * deltaX, CGMouseDelta * deltaY ) of CGDirectDisplay to get the latest mouse deltas.
http://www.geocities.com/ed72678954
Should be the source code and the .pbproj and everything.
Thanks FurballPhat.
Should be the source code and the .pbproj and everything.
Thanks FurballPhat.
Thanks for the warning, I have fixed it just go to:
http://www.geocities.com/ed72678954
and download it!
http://www.geocities.com/ed72678954
and download it!
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Mouse cursors in games | SethWillits | 9 | 5,519 |
Jun 11, 2012 03:36 PM Last Post: SethWillits |
|

