Skip to content

VoicingActivationResponseListener

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/accessibility/voicing/VoicingActivationResponseListener.ts for the most up-to-date information.

Overview

A PressListener that speaks the name and hint responses of a VoicingNode when it is clicked. If there is movement of the pressed mouse, the voicing response is interrupted.

@author Jesse Greenberg (PhET Interactive Simulations)

Class VoicingActivationResponseListener

import { VoicingActivationResponseListener } from 'scenerystack/scenery';

Constructor

new VoicingActivationResponseListener( voicingNode : VoicingNode )

Instance Methods

Source Code

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