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

Benoît Minisini gambas at ...1...
Sun Oct 4 15:41:40 CEST 2009


> 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,

-- 
Benoît Minisini




More information about the User mailing list