| Name | Type | Description | 
|---|---|---|
renderer | 
            
            PIXI.CanvasRenderer | PIXI.Renderer | 
                 A reference to the current renderer  | 
        
Members
Setting this to true will visually show the divs.
- Default Value:
 - false
 
Value of true if accessibility is currently active and accessibility layers are showing.
Value of true if accessibility is enabled for touch devices.
renderer PIXI.CanvasRenderer | PIXI.Renderer
The renderer this accessibility manager works for.
Methods
Adjust the hit area based on the bounds of a display object
| Name | Type | Description | 
|---|---|---|
hitArea | 
            
            PIXI.Rectangle | 
                 Bounds of the child  | 
        
Destroys the accessibility manager
private function that will visually add the information to the accessability div
| Name | Type | Description | 
|---|---|---|
div | 
            
            HTMLElement |