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