InteractionData Class
Holds all information related to an Interaction event
Constructor
InteractionData
    
        ()
    
    
    
    
    
    
    
    
    
    Methods
getLocalPosition
    
        
            (
    
    
        
            Point
        
    
    
    
    
    
    
    
    
    - 
                    
                        displayObject
This will return the local coordinates of the specified displayObject for this InteractionData
Parameters:
- 
                    
                        displayObjectDisplayObjectThe DisplayObject that you would like the local coords off 
Returns:
                
                    
                        Point:
                    
                    
        A point containing the coordinates of the InteractionData position relative to the DisplayObject
