Skip to content

Commit

Permalink
https://github.com/phetsims/faradays-electromagnetic-lab/issues/71
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 7, 2024
1 parent ea1c95d commit 0aa58d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ To identify code related to focus 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`).

This sim currently does not make use of hotkeys (aka, shortcuts). But if it does in the future...
To identify hotkeys, search for `addHotkey`.

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

## PhET-iO

Expand Down

0 comments on commit 0aa58d3

Please sign in to comment.