i have a class which hides mouse cursor if not moved for certain amount of time.
also i can pass and array of objects to the class for which i dont want to hide a cursor if mouse if over that specific objects. it uses a hit test point to find if its over any of objects.
i tried to pass a context menu, but i am getting an error:
Property hitTestPoint not found on flash.ui.ContextMenu and there is no default value.
is there a way to pull this of?