-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyboardDragListener: rename dragVelocity and shiftDragVelocity #1603
Comments
There are 28 occurrences of |
Very good point! These are not vectors, "speed" sounds great. |
1/28/2024 dev meeting: Consensus was to change to |
PSA to Slack#developer:
Closing. |
This came up during discussion about KeyboardDragListener drag speeds in #1601. It's not the first time it's come when when designing how to configure KeyboardDragListener.
In 6910117, @jessegreenberg added the current KeyboardDragListener options for controlling drag speed:
Velocity is a vector; speed is a scalar. So these options are incorrecly named - they should be
dragSpeed
andshiftDragSpeed
. Let's change them so we don't continue to have this confusion, especially since PhET is a STEM project.The text was updated successfully, but these errors were encountered: