[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The value returned by the 'Esc' key
From: |
address@hidden |
Subject: |
The value returned by the 'Esc' key |
Date: |
24 Apr 2007 18:18:19 -0700 |
User-agent: |
G2/1.0 |
In the statement:
while((ch = getch) =! ZERO)
I would like to change the value ZERO to the value returned by the
'Esc' key, but I don't know how Linux maps the keys on the key words,
as you know conio.h has a macro value for each of the function keys as
well as other keys. Is there something similar in g++? can you know of
a place in the internet that might have any info. about this topic?
T.I.A.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- The value returned by the 'Esc' key,
address@hidden <=