[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?
--------------------------------------------------
From: "Helmut Karlowski" <helmut.karlowski@ish.de>
Sent: Monday, August 23, 2010 10:24 PM
To: <mint@lists.fishpool.fi>
Subject: Re: [MiNT] AES related question: How to keep track if my
application is receiving input?
For mouse you can use a timer-event and check the mouse in between (means
polling). It works good.
Or a rectangle event. Works fine too, but could be inefficient.
Jo Even