> Well I say mostly working they are displaying how I want them 
> to. My next job is to get them to react to button presses. 
> We're not using a keyboard or mouse we just have some arrow 
> keys and buttons that and I need to work out how to generate 
> events from them for the app to use, but I'm hoping that is 
> easier than getting the text to work.

OK - if you want to describe your h/w config in a little more detail I
*might* have some suggestions. For example, touchscreen? Or...?

In summary though, stuffing events into the X11 queue via the XTest
interface might be easiest... (yes, I *know* it is meant for test
harnesses, but it makes a very handy way of stuffing "keyboard" and
"mouse" events into your WM if you do not have a "real" keyboard and
mouse...)
Or see if you can hook Xinput, which is more "proper" but may be
trickier.

> Testing it on a PC with 
> a mouse it works fine.

Well that's a good start.
I always like to test the code on the PC first just in case!


SELEX Galileo Ltd
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
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to