On Wed, 2010-07-21 at 06:27 -0700, chanakyasun wrote:

> i have using gtk-directfb on an arm board , the remote events should be
> handled by me in the application.
> according your reply  remote-control will show up as a keyboard.
> 
> so i just need to handle the key values generated by the Remote keys,
> is my understanding correct?

That is correct. Most Remote keys should be mapped to their equivalent
GDK keycode. If no such mapping exists, you can always look at the
hardware_keycode member of GdkEventKey and should find the DirectFB key
identifier there.

This is from memory and might not be entirely correct. If in doubt, have
a look at the gdk-directfb code.


Sven


_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to