From mint-bounce@lists.fishpool.fi Wed Aug 25 09:01:41 2010 Message-ID: From: "Jo Even Skarstein" To: References: <611C3B470A9C41BBB2E509D0240FE5EA@mercatus.local> <0002c138.01c73262939e@smtp.freeola.net> <092ed0763bd1932924f163c30cdd45b1-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYMXUF0AVU6XF1XQ0IBWVldSQ==-webmailer2@server04.webmailer.hosteurope.de> In-Reply-To: <092ed0763bd1932924f163c30cdd45b1-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYMXUF0AVU6XF1XQ0IBWVldSQ==-webmailer2@server04.webmailer.hosteurope.de> Subject: Re: [MiNT] AES related question: How to keep track if my application is receiving input? Date: Wed, 25 Aug 2010 15:00:13 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: joska@online.no Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: -------------------------------------------------- From: "m0n0" Sent: Wednesday, August 25, 2010 1:39 PM To: "Peter Slegg" Cc: Subject: Re: [MiNT] AES related question: How to keep track if my application is receiving input? > More important: tracking of mouse position will be important to change > mouse cursor, when hovering over an link, or when hovering over an frame > border, etc. The mouse position can be tracked using rectangle events. As for the key up event - I agree with others that this is difficult to detect cleanly under TOS. You might have to hook into the keyboard vector to do this - not a nice thing to do under a multitasking OS! Jo Even