Path: utzoo!attcan!uunet!bu.edu!purdue!haven!cs.wvu.wvnet.edu!robinson From: robinson@cs.wvu.wvnet.edu (John Robinson) Newsgroups: comp.sys.mac.programmer Subject: Getting Events in GetNextEvent patch Message-ID: <998@h.cs.wvu.wvnet.edu> Date: 13 Nov 90 01:06:06 GMT Sender: news@cs.wvu.wvnet.edu Lines: 12 I am working on an init that pops up a dialog window when you hit a user-definable key sequence. I accomplish this by patching GetNextEvent and looking for the appropiate event in the Event Queue. If it is there, I pop-up my window. How should I go about getting subsquent events for my dialog should I manually look throught the event queue for mouse-down events and the like. Do I also need to patch WaitNextEvent or does it call GetNextEvent? Any help or tips are appreciated. Thanks In Advance.