phetsims / projectile-motion

"Projectile Motion" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
16 stars 13 forks source link

Convert DownUpListeners to FireListeners #209

Closed zepumph closed 4 years ago

zepumph commented 4 years ago

I don't want to publish PM with a DownUpListener in it until we have discussed https://github.com/phetsims/scenery/issues/1021 more. DownUpListener has quite a bit less phet-io instrumentation than PressListeners, which run on emitters like other phet-io events.

zepumph commented 4 years ago

Over in https://github.com/phetsims/scenery/issues/1021 @jonathanolson proposed a fix, and it worked. The conversion was done in the above commit (and phet-io instrumented). Closing