I am migrating some inherited Quickdraw code over to Quartz, and I am
trying to figure out what to do with the old 'hit testing' code.
That legacy code used the PtInRegion function to make some decisions
on whether graphic objects were being 'hit'.
As the new drawing code (most of which consists of bezier curves
for this application) consists of Quartz calls, I am trying to
figure if I should try to simulate the creation of regions or
if there are some easier Quartz services that can help me out.
Anyone out there who can help out with hit-testing in Quartz?
Thanks
