Class: AccessibilityManager

PIXI.accessibility.AccessibilityManager

The Accessibility manager recreates the ability to tab and have content read by screen readers. This is very important as it can possibly help people with disabilities access pixi content.

Much like interaction any DisplayObject can be made accessible. This manager will map the events as if the mouse was being used, minimizing the effort required to implement.

An instance of this class is automatically created by default, and can be found at renderer.plugins.accessibility

new PIXI.accessibility.AccessibilityManager (renderer)

Name Type Description
renderer PIXI.CanvasRenderer | PIXI.WebGLRenderer

A reference to the current renderer

Members

The renderer this accessibility manager works for.

Methods

capHitArea (hitArea)

TODO: docs.

Name Type Description
hitArea Rectangle

TODO docs

createTouchHook ()

Creates the touch hooks.

Destroys the accessibility manager