ItemList.getItemAtPosition

Given a position within the control return the item (if any) at that point.

struct ItemList
@nogc nothrow const
long
getItemAtPosition
(
in Vector2 position
,
in bool exact = false
)

Meta