[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] AES related question: How to keep track if my application is receiving input?
On Wed, 25 Aug 2010 08:26:57 , "Jo Even Skarstein" <joska@online.no> wrote:
> --------------------------------------------------
> From: "m0n0" <ole@monochrom.net>
> Sent: Wednesday, August 25, 2010 12:08 AM
> To: "Eero Tamminen" <oak@helsinkinet.fi>
> Cc: <mint@lists.fishpool.fi>
> Subject: Re: [MiNT] AES related question: How to keep track if my
> application is receiving input?
>
> > evnt_multi just doesn't deliver as much informations as e.g. Window
> > Message pipe...:
> >
> > Windows has messages like:
> > WM_KEYDOWN
> > WM_KEYUP
> >
> > No constant polling needed within windows.
>
> What is key up needed for?
>
> Jo Even
I haven't been following this too closely but I think keyup is used
to detect when a key is released.
If you mean the mouse then drag&drop springs to mind.
I think these functions are needed by Javascript.
Peter