in your main event loop:

---
    if (event.eType == keyDownEvent) {

      switch (event.data.keyDown.chr)
      {
        case menuChr:
---

  is your menu character press (near the grafitti area).. 

az.
--
Aaron Ardiri 
Lecturer                       http://www.hig.se/~ardiri/
University-College i G�vle     mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN       
Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
Mob: +46 70 352 8192           A/H: +46 26 10 16 11

On Thu, 8 Jul 1999 [EMAIL PROTECTED] wrote:

> 
> 
> 
> 
> Is there a way to detect that a user has tapped the
> menu button?  I have an app that updates the screen
> every 5 seconds.  I need to be able to detect when the
> menu is displayed to disable the updating.  Otherwise
> the call to redraw the screen corrupts the displayed
> menu.  I didn't see an appropriate event (besides the
> penDown event).  Any suggestions?
> 
> Much Thanks,
> Mark Clayton
> 
> 
> 
> 
> 

Reply via email to