On Fri, May 12, 2000 at 03:53:05PM -0300, Leonardo Zide wrote:
>   I needed to know the key state deep inside the program code, after
> some research I found out that there's a function called XQueryKeymap
> that does exactly what I need.

"Deep inside the program code" when responding to an input event such as
a keypress or a mouse button or movement event?

If so, you probably want to get that information from the event (as per
Owen's mail), rather than reaching around GTK+ and GDK and getting it
from X.

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to