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 8b1cf79 commit 35de6f4
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 @@ -47,7 +47,7 @@ this.addChild( screenViewRootNode );

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 your `DragListener` and `KeyboardDragListener` will typically be
similar, but beware that API differences exist. Your `KeyboardDragListener` should look something like this:
similar, but beware that API differences exist. Your `KeyboardDragListener` should will something like this:

```js
// pdom - dragging using the keyboard
Expand Down

0 comments on commit 35de6f4

Please sign in to comment.