Carbon and "Warping Pointer"

konan

Registered
I am using Codewarrior 8 Pro and the carbon API, and for the life of my, I can't figure out how to have my code move the pointer from one place to another. I need this function, so the user can click on a 3D viewport, and drag the mouse as long as they want without hitting the edge of the screen.

I am using the GLUT library for carbon, and it's glutWarpPointer() function is not supported.

I attempted to use the CGDisplayMoveCursorToPoint() function, but it is apparently not supported by carbon.

Can anybody help me out before I pull all of my hair out :(

Konan
 
Back
Top