On 9 Jul 2009, at 7:48, Michael Schmid wrote:

>> So if you are better than me at searching the archives, you might  
>> find
>> something to your advantage!
>>
>
> Is there any methode to simulate events?
> -> Simulate the event in process1 ("Software-Keyboard" on touch)
> -> Get the event in process2 (My GUI-App.)
>
> FLTK: 1.1.9
> Kernel: 2.6.24
> Window Manager: nano-X 0.91


OK - I found the thread I was thinking of... If you follow this  
thread, you will find my hack example of stuffing key events directly  
into the fltk queue (as it were) and also Greg's on-screen touchpad  
demo which passes the events directly to the widgets.

http://www.fltk.org/newsgroups.php?gfltk.general+v:24773

Hopefully that will be enough to get you up and running.

If you want to send events back to the operating-system or window- 
manager, that needs to be done by sending messages to X itself, so is  
not really a fltk thing, although it should be straightforward to do,  
of course.

-- 
Ian


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to