Skip to content

Commit

Permalink
https://github.com/phetsims/phet-info/issues/168
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom authored Oct 28, 2021
1 parent 31b4425 commit 0f95c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/alternative-input-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Follow these steps to add support for alternative input to a simulation.

5. For `ScreenView`, `this.pdomOrder` cannot be set directly. There are two approaches you can use to specify traversal order at the ScreenView level. Check with your sim designer to see which approach is appropriate.

(a) Assign Nodes to either the "Play Area" or "Control Area". Do not add Nodes directly to the ScreenView. Instead,
(a) Add Nodes to either the "Play Area" or "Control Area". Do not add Nodes directly to the ScreenView. Instead,
use this pattern in your ScreenView constructor:

```js
Expand Down

0 comments on commit 0f95c95

Please sign in to comment.