- /// Hit-testing: returns a flag indicating hit test details, plus
- /// information about position. contextObj is returned to specify what object
- /// position is relevant to, since otherwise there's an ambiguity.
- /// obj may not a child of contextObj, since we may be referring to the container itself
- /// if we have no hit on a child - for example if we click outside an object.
+ /**
+ Hit-testing: returns a flag indicating hit test details, plus
+ information about position. contextObj is returned to specify what object
+ position is relevant to, since otherwise there's an ambiguity.
+ obj may not a child of contextObj, since we may be referring to the container itself
+ if we have no hit on a child - for example if we click outside an object.
+ */