Hi,

 

I am new to DirectFB and looking at the APIs for use on an embedded
application.

 

I want to create many buttons on the screen and wait until any one button is
pressed. What is the recommended method for this?

 

One possibility seem to be drawing many images for button, waiting for
events from mouse input buffer, and parsing the x,y coordinates. 

 

There exists some better solution using IDirectFBWindow? Can I create many
windows instead and receive DWET_BUTTONDOWN for any of the windows in the
main() thread itself?

 

More powerful libraries like gtk+ etc are not available.

 

Any pointers welcome...

 

Thanks in Advance,

Prageeth

 

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to