Class: AccessibilityManager

PIXI. AccessibilityManager

new PIXI.AccessibilityManager(renderer)

The Accessibility manager reacreates the ability to tab and 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 efferot required to implement.

Name Type Description
renderer PIXI.CanvasRenderer | PIXI.WebGLRenderer

A reference to the current renderer

Members

_onKeyDown

pre bind the functions..

debugBoolean

Setting this to true will visually show the divs

The renderer this accessibility manager works for.

Methods

Destroys the accessibility manager