Skip to content

Commit

Permalink
addHotkey was removed from KeyboardDragListener, see phetsims/scenery…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 26, 2024
1 parent 415960b commit 1541874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ To identify focus traversal order, search for `pdomOrder`.
To identify sim-specific support for keyboard input, search for `tagName`. These classes have custom input listeners
that handle keyboard events (e.g. `KeyboardDragListener`).

To identify hotkeys, search for `addHotkey`.
To identify hotkeys, search for `new KeyboardListener`.

Setting focus for tools is done via tab traversal. This sim does not use `GrabDragInteraction`.

Expand Down

0 comments on commit 1541874

Please sign in to comment.