[Gambas-user] Coordinates X and Y en DrawingArea controls

craf prog at ...2177...
Sun Oct 4 17:42:23 CEST 2009


Thanks you!.


-----Mensaje original-----
De: Benoît Minisini <gambas at ...1...>
Reply-to: mailing list for gambas users
<gambas-user at lists.sourceforge.net>
Para: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Asunto: Re: [Gambas-user] Coordinates X and Y en DrawingArea controls
Fecha: Sun, 4 Oct 2009 15:41:40 +0200


> Hello.
> 
> VisualBasic Picturebox control has a MouseMove event which has 2
> arguments (x as integer, and as integer).
> This lets me know the X and Y coordinates when the mouse moves over it.
> Is there something similar in Gambas?
> 

You have the MouseMove event, but you get the mouse coordinates by using 
Mouse.X and Mouse.Y.

Regards,




More information about the User mailing list