| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to np2.cpp CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / macos9 | 
| version 1.14, 2003/11/13 07:47:17 | version 1.16, 2003/11/14 05:26:53 | 
|---|---|
| Line 572 static void eventproc(EventRecord *event | Line 572 static void eventproc(EventRecord *event | 
| mousemng_buttonevent(MOUSEMNG_LEFTUP); | mousemng_buttonevent(MOUSEMNG_LEFTUP); | 
| mousemng_buttonevent(MOUSEMNG_RIGHTUP); | mousemng_buttonevent(MOUSEMNG_RIGHTUP); | 
| break; | break; | 
| case activateEvt: | |
| mackbd_activate((event->modifiers & activeFlag)?TRUE:FALSE); | |
| break; | |
| } | } | 
| } | } |