Skip to content

PDOMPointer

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/input/PDOMPointer.ts for the most up-to-date information.

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.