drawingarea problem

Post your Gambas programming questions here.
Post Reply
bill-lancaster
Posts: 190
Joined: Tuesday 26th September 2017 3:17pm
Location: NW England

drawingarea problem

Post by bill-lancaster »

Having drawn text values at different points in a drawingarea how can I (knowing the coordinates of each text) detect when the mouse is over a text item?
Any ideas would be welcome
bill-lancaster
Posts: 190
Joined: Tuesday 26th September 2017 3:17pm
Location: NW England

Re: drawingarea problem

Post by bill-lancaster »

OK, have realised that Point, Rect and Point.InRect(Rect) should do the trick
Post Reply