home *** CD-ROM | disk | FTP | other *** search
- Path: jussieu.fr!pessaux
- From: pessaux@cadillac.ibp.fr (Francois PESSAUX (invite Hardin))
- Newsgroups: comp.sys.amiga.programmer
- Subject: Key up/down in inputevent handler
- Date: 18 Jan 1996 13:31:29 GMT
- Organization: Universites Paris VI/Paris VII - France
- Distribution: world
- Message-ID: <4dli3h$on7@vishnu.jussieu.fr>
- NNTP-Posting-Host: monbazillac.ibp.fr
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- Keywords: input event handler
-
- Hi,
-
- Does anyone know how I could determine if a RAWKEY event is due to a key down
- or a key up ?
- I created a handler that filters events, in order to notice me a keystroke.
- But I when a key is pressed, 2 events are generated. One when the key is pressed
- down, and one when the key is released. I'm only interrested in key pressed down.
- How can I do this ?
-
- Francois
-
-