ganv_canvas_get_item_at
GanvItem* ganv_canvas_get_item_at (GanvCanvas* canvas,
double x,
double y);
Looks for the item that is under the specified position, which must be specified in world coordinates.
- canvas
A canvas.
- x
X position in world coordinates.
- y
Y position in world coordinates.
- Returns
The sought item, or NULL if no item is at the specified coordinates.