Skip to content

PDOMPointer

Overview

Pointer type for managing accessibility, in particular the focus in the display. Tracks the state of accessible focus.

@author Michael Kauzmann (PhET Interactive Simulations) @author Jesse Greenberg (PhET Interactive Simulations)

Class PDOMPointer

import { PDOMPointer } from 'scenerystack/scenery';

Constructor

new PDOMPointer( display : Display )

Instance Methods

updateTrail( trail : Trail ) : Trail

Source Code

See the source for PDOMPointer.ts in the scenery repository.