In reply to myself
-- 
The net software here did its meltdown trick again at the weekend  (it
happens about once every six months -- if only everything was as reliable
as WordPerfect 4.2, which only chews up a novel about once every two or
three years...)
   (alt.fan.pratchett)

On Tue, 18 Apr 2006, Mark Pustjens wrote:

> Hi everyone,
>
> I have an application which does touchscreen calibration for dfb 0.9.20.
> Currently i'm upgrading to dfb 0.9.25, and the application no longer works
> correctly.
>
> With 0.9.20 my application would wait for input events like this:
> buffer->WaitForEvent(buffer);, which worked fine.
>
> However, with 0.9.25 this function never returns anymore. Also, the cursor
> on the screen disappears (or moves offscreen) when i tap the touchscreen,
> so i think it does generate events, which just don't reach my application.
>

My apllication creates the inputevent buffer like this:
dfb->CreateInputEventBuffer( dfb, DICAPS_BUTTONS, DFB_TRUE, &buffer );
When i change DICAPS_BUTTONS to DICAPS_AXES my application works again.

> Does anyone have an idea what the problem could be and how to fix it? Any
> input would be greatly appreciated.
>
> Greetings,
>
> Mark Pustjens
>
>

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

Reply via email to