This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]