Hi,

"Brian J. Murrell" <[EMAIL PROTECTED]> writes:

> Does the LIRC support in DirectFB pass through to the GDK for DirectFB
> layer?  If so, in what way?  How does GDK/GTK see the input events?
> Are they mapped to keyboard events such that if DirectFB's LIRC
> config sees the up arrow of my remote as the up arrow of my keyboard,
> GTK gets an up arrow keyboard event?

yes, the LIRC inputdrivers generates DirectFB keyboard events and the
GDK-DirectFB layer translates them into GDK events. This should work
for all DirectFB keys that map to GDK key events. Keys that don't map
generate a GDK key event with the keyval set to GDK_VoidSymbol. You
should still be able to recognize the key by looking at the
hardware_keycode field of the GdkEventKey struct.


Salut, Sven


-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to