/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __EVENTUTILS__ #define __EVENTUTILS__ extern void UpdateCursor(RgnHandle theRgn); extern Boolean TrackSelRect(Point theAnchor, ImageHandle theImage); extern Boolean TrackDragRect(Point theAnchor, ImageHandle theImage); extern Boolean TrackGrowWindow(Point thePoint, ImageHandle theImage, Boolean constrain, Rect *newRect); #endif