Path: utzoo!attcan!uunet!zephyr.ens.tek.com!gvgpsa!treehouse!andyp From: andyp@treehouse.UUCP (Andy Peterman) Newsgroups: comp.sys.mac.programmer Subject: Re: why don't i get any "keyUp" events? Message-ID: <561@treehouse.UUCP> Date: 6 Oct 90 06:09:16 GMT References: <1990Oct6.034350.23107@athena.mit.edu> Organization: The Tree House Lines: 14 In article <1990Oct6.034350.23107@athena.mit.edu> fleabag@athena.mit.edu (jeff bellsey) writes: >well, i wrote this simple utility which dumped all events >into a window to see why i wasn't getting any keyUp events >in my program. this program didn't get them either. > >what could i be doing wrong? could it be the keyboard? my >spelling? the humidity!? I encountered this same problem about a year ago. It turns out that the OS EventManager normally blocks keyUp events. Use SetEventMask to enable it. See IM-II page 70 for details. Andy Peterman treehouse!andyp@gvgpsa.gvg.tek.com