Le 17/08/2012 08:50, Ricardo Díaz Martín a écrit :
> Ok, I'm in the forum. So if you change I'll know it and test again.
>
> I don't know too why gb.gtk doens't want to detect.
>
> If you want to include in gambas examples I attach last version with some
> improvements (a small pointer position cache).
>
> Regards,
> Ricardo
>

Before I want to change the "tablet" events interface.

You must know that in GTK+, you must explicitely tell him which widget 
gets "extended" (i.e. tablet) events. With Qt this is not required. 
Hence the "UseTablet" property.

I finally want to define special events for "tablets":
- PointerPress
- PointerRelease
- PointerMove

Note that there are two special events too (named "proximity in" and 
"proximity out"), but they are handled differently in Qt and GTK+, so I 
must think before implementing them.

And I want to make Pointer.X and Pointer.Y relative to the control 
receiving the events (like Mouse.X and Mouse.Y), and make 
Pointer.ScreenX and Pointer.ScreenY properties too for the global 
coordinates.

So you will have to update your example after I have made the changes, 
and then I will put it with the other Gambas examples.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to