Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!watmath!clyde!burl!ulysses!cbosgd!cbdkc1!desoto!packard!hoxna!houxm!vax135!cornell!uw-beaver!info-mac From: info-mac@uw-beaver (info-mac) Newsgroups: fa.info-mac Subject: Drawing on the screen without using QuickDraw Message-ID: <1814@uw-beaver> Date: Fri, 28-Sep-84 20:08:55 EDT Article-I.D.: uw-beave.1814 Posted: Fri Sep 28 20:08:55 1984 Date-Received: Thu, 4-Oct-84 01:56:36 EDT Sender: daemon@uw-beave Organization: U of Washington Computer Science Lines: 12 From: Tim McNerneyA quick hack around this is to call HideCursor before the graphics operation, then ShowCursor when you are done. But, unless done carefully, you'll end up with a flickering cursor. This isn't a hack; it's a technique. If you look closely, you will notice that Quickdraw does this when you draw something and the mouse cursor is over the current window (GrafPort). If you are "too careful" you will end up with slower drawing primitives. Tim