> // C-based wrapper routines around NSCursor > CursorRef CreateCocoaCursor( CGImageRef cgImageRef, float > hotSpotX, > float hotSpotY ); > void ReleaseCocoaCursor( CursorRef cursor ); > void SetCocoaCursor( CursorRef cursor ); > void HideNSCursor(); > void ShowNSCursor();
Why do you need C-wrappers ? Pass -x objective-c++ to the compiler and be done with it. That's the raison d'etre of Objective-C++ Hub --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
