Skip to content

Commit

Permalink
add TODOs, #1117
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 17, 2020
1 parent 448166c commit 8cdff56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/listeners/FireListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class FireListener extends PressListener {
fireOnDown: false,

// fire-on-hold feature, see https://github.com/phetsims/scenery/issues/1004
// TODO: these options are not supported with PDOM interaction, see https://github.com/phetsims/scenery/issues/1117
fireOnHold: false, // {boolean} - is the fire-on-hold feature enabled?
fireOnHoldDelay: 400, // {number} - start to fire continuously after pressing for this long (milliseconds)
fireOnHoldInterval: 100, // {number} - fire continuously at this interval (milliseconds)
Expand Down

0 comments on commit 8cdff56

Please sign in to comment.