Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!osu-eddie!bgsuvax!denbeste From: denbeste@bgsuvax.UUCP Newsgroups: comp.sys.mac Subject: Mouse Anti-Freeze routine needed. Message-ID: <678@bgsuvax.UUCP> Date: Thu, 5-Feb-87 09:19:21 EST Article-I.D.: bgsuvax.678 Posted: Thu Feb 5 09:19:21 1987 Date-Received: Tue, 10-Feb-87 05:35:38 EST Organization: Bowling Green State University B.G., Oh. Lines: 16 I have run across an interesting, but apparently not uncommon, problem. In a program that I am writing, I have found a way to freeze my mouse pointer. Unfortunately, this was not what I was trying to do. Everything else still functions properly, such as using menu keys and the like. What I would like is a code segment that I could include as a menu item that when called (via MenuKey) would unfreeze my mouse. I am using turbo pascal macintosh (which I really enjoy, but that is another story), Jut I can deal with a code segment from any language. A call that I could make from MacsBug would also be wonderful. I suspect that the problem involves the vertical retrace interupt becoming disabled, but I haven't yet delved into that chapter of Inside Macintosh. I do realize that using TMON will solve this problem, but I am not ready to invest in a new debugger just yet.