[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
using cursors from resources
- To: info-mcl@cambridge.apple.com
- Subject: using cursors from resources
- From: mcdougal@cs.uchicago.edu (Tom McDougal)
- Date: Fri, 10 Dec 1993 10:20:38 -0600
I think this is a simple question, albeit naive.
Suppose I use GET-RESOURCE to load a "CURS" resource. What is the standard
way to get access to that cursor (in a form that view-cursor might return)?
GET-RESOURCE appears to return a handle, while VIEW-CURSOR usually returns
a Mac pointer. Does this mean I need to lock the handle and get its
pointer?
Thanks much!
-Tom