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 0f95c95 commit 8b1cf79
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 @@ -46,7 +46,7 @@ this.addChild( screenViewRootNode );
in https://github.com/phetsims/scenery/issues/1308.

7. `DragListener` does NOT handle keyboard input. For Nodes where you’ve added a `DragListener`, you’ll need to add a
corresponding `KeyboardDragListener`. The options for the `DragListener` and `KeyboardDragListener` will typically be
corresponding `KeyboardDragListener`. The options for your `DragListener` and `KeyboardDragListener` will typically be
similar, but beware that API differences exist. Your `KeyboardDragListener` should look something like this:

```js
Expand Down

0 comments on commit 8b1cf79

Please sign in to comment.