-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use inputEnabledProperty #144
Comments
Slack: Chris Malley 12:57 PM Kathy Perkins 12:56 PM Michael Kauzmann 12:28 PM Kathy Perkins 2:24 PM |
On hold and unassigned until phetsims/scenery#1116 is resolved and the PhET-iO team tells me that |
Sounds good. This issue will be ready to go likely as part of phetsims/scenery#1158 though I can hold off on this repo is you would like. That issue is on hold until phetsims/scenery#1116 is sorted out. |
FYI, there's no use of pickableProperty in this sim, which is the subject of phetsims/scenery#1158. |
@kathy-phet said:
I interpret that to mean that we're going to wait to publish until |
This is now ready for use. you can use |
Here's a description of the sim-specific For point tools, there are 2 for each screen:
For manipulators:
@amanda-phet please review in master. |
Looks like they are all there |
For #137 and #139...
Any Node with an input listener will need to have its
inputEnabledProperty
instrumented. These Nodes can be identified by searching foraddInputListener
in the graphing-quadratics code. That includes:The text was updated successfully, but these errors were encountered: