Skip to content

InputPreferencesPanel

Under Construction

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

Overview

The panel of the PreferencesDialog related to options related to user input.

@author Jesse Greenberg (PhET Interactive Simulations)

Class InputPreferencesPanel

import { InputPreferencesPanel } from 'scenerystack/sim';

Constructor

new InputPreferencesPanel( inputModel : InputModel, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions : InputPreferencesPanelOptions )

Instance Methods

Source Code

See the source for InputPreferencesPanel.ts in the joist repository.