From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19274 invoked by alias); 28 Aug 2002 14:50:12 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 19261 invoked from network); 28 Aug 2002 14:50:10 -0000 Received: from unknown (HELO smtp-relay-3.sea.adobe.com) (192.150.22.10) by sources.redhat.com with SMTP; 28 Aug 2002 14:50:10 -0000 Received: from inner-relay-3.corp.adobe.com (inner-relay-3 [153.32.251.51]) by smtp-relay-3.sea.adobe.com (8.12.3/8.12.3) with ESMTP id g7SEn9iF015390 for ; Wed, 28 Aug 2002 07:49:09 -0700 (PDT) Received: from iplan-mn.corp.adobe.com (iplan-mn.corp.adobe.com [130.248.25.5]) by inner-relay-3.corp.adobe.com (8.12.3/8.12.3) with ESMTP id g7SEkjQG025849 for ; Wed, 28 Aug 2002 07:46:45 -0700 (PDT) Received: from [130.248.25.159] ([192.150.11.13]) by iplan-mn.corp.adobe.com (Netscape Messaging Server 4.15 mn Jul 11 2001 16:32:57) with ESMTP id H1K6JK00.DXV; Wed, 28 Aug 2002 09:50:08 -0500 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 28 Aug 2002 07:50:00 -0000 Subject: Re: keyboard events From: John Love-Jensen To: Varun Kacholia , Message-ID: In-Reply-To: <20020828181549.B1340@voxel.cse.iitb.ac.in> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-SW-Source: 2002-08/txt/msg00233.txt.bz2 Hi Varun, No, GCC does not provide that kind of facility. GCC provides a compiler and standard header files. (And a few other related cool things.) The operating system provides various keyboard events like KEY_DOWN/KEY_UP. Check your X11 and/or RedHat documentation, which should provide the facility you are seeking. --Eljay On 8/28/02 7:42 AM, "Varun Kacholia" wrote: > hello > I wanted to know whether gcc provides some facility to get the various > keyboard events like KEY_DOWN/KEY_UP etc. > If not then what would be the best way to avail them > I am using gcc3 on redhat 7.2 . > thanks for any help