This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: keyboard events
- From: John Love-Jensen <eljay at adobe dot com>
- To: Varun Kacholia <varunk at cse dot iitb dot ac dot in>, <gcc-help at gcc dot gnu dot org>
- Date: Wed, 28 Aug 2002 09:47:13 -0500
- Subject: Re: keyboard events
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" <varunk@cse.iitb.ac.in> 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