Path: utzoo!attcan!uunet!decwrl!apple!lsr From: lsr@Apple.COM (Larry Rosenstein) Newsgroups: comp.sys.mac.programmer Subject: Re: What would I use ShieldCursor for? Message-ID: <10261@goofy.Apple.COM> Date: 17 Sep 90 16:53:08 GMT References: <1990Sep15.171403.1@mel.cipl.uiowa.edu> Organization: Apple Computer, Inc. Lines: 19 In article <1990Sep15.171403.1@mel.cipl.uiowa.edu> wolf@mel.cipl.uiowa.edu writes: >ShieldCursor would be used if you had a text section and wanted the cursor >hidden while the user was entering text (no need to have it around at that time Nope, that's what ObscureCursor is for. ShieldCursor is used to hide the cursor in case it might interfere with somthing going on with the screen. For example, all QuickDraw operations involving the screen call ShieldCursor with the bounding box of the graphics operation. The only time you would call ShieldCursor yourself is if you were reading/writing the screen directly without using QuickDraw, which is usually not a good idea. -- Larry Rosenstein, Object Specialist Apple Computer, Inc. 20525 Mariani Ave, MS 46-B Cupertino, CA 95014 AppleLink:Rosenstein1 domain:lsr@Apple.COM UUCP:{sun,voder,nsc,decwrl}!apple!lsr