> i'm still a bit new to UI design in general and FLTK in > particular, so > please forgive me if my questions sound naive... > > > I'm trying to create a touchscreen-keyboard on an embedded > linux gadget. > My guess is that i should be able to generate keyboard events > for it to > work, but after RTFM i'm still in the dark about how this can > be done. > Or i might just be wrong and it can be done in another way, > but i can't > see the forest because of all the trees... > > Any pointers would be greatly appreciated.
Which fltk version? Anyway - there's a keyboard demo in the test folder of the fltk tarball. I think (and I haven't tried this) that you could "extend" that so that the key_cb() function in keyboard.cxx would stuff key events back in to the fltk queue... I have a vague recollection of having done that in the past, but can't remember how to do it now... So... Not actually an answer to your question. Sorry - hopefully someone else will jump in with something more useful! SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

