Class: AccessibilityManager

AccessibilityManager


new 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 content.
Much like interaction any Node can be made accessible. This manager will map the events as if the mouse was being used, minimizing the efferot required to implement.

Parameters:
Name Type Description
renderer CanvasRenderer | WebGLRenderer

A reference to the current renderer

Source:

Members


_onKeyDown

pre bind the functions..

Source:

debug :Boolean

Setting this to true will visually show the divs

Type:
  • Boolean
Source:

renderer :SystemRenderer

The renderer this accessibility manager works for.

Type:
Source: