KeyboardHelpButton¶
Overview¶
The button that pops up the Keyboard Help Dialog, which appears in the right side of the navbar and to the left of the PhetButton.
@author Jesse Greenberg
Class KeyboardHelpButton¶
Constructor¶
new KeyboardHelpButton( screens : AnyScreen[], screenProperty : Property<AnyScreen>, backgroundColorProperty : TReadOnlyProperty<Color>, providedOptions : KeyboardHelpButtonOptions )¶
Instance Methods¶
Type KeyboardHelpButtonOptions¶
PickRequired<JoistButtonOptions, "tandem"> & Pick<JoistButtonOptions, "pointerAreaDilationX" | "pointerAreaDilationY">
Source Code¶
See the source for KeyboardHelpButton.ts in the joist repository.