[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using cursors from resources



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