-
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
Add alt-input support for time-based FireListeners #1117
Labels
Comments
This was referenced Nov 17, 2020
zepumph
added a commit
to phetsims/sun
that referenced
this issue
Nov 17, 2020
jessegreenberg
added a commit
that referenced
this issue
Jul 9, 2021
Probably good to mention #1298 to track alt input generally. |
zepumph
changed the title
Add support for time-based buttons
Add alt-input support for time-based FireListeners
Feb 23, 2024
Very related to the sun button support needed in phetsims/sun#857 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We will need support for buttons that have fireOnHold and related time-based intervals like
fireOnHoldDelay
andfireOnHoldInterval
. Currently these are supported by the PDOM implementation in PressListener because the firing happens in response to single click events. This was discussed in detail in #939 and #931. The result of those issues is that we would like to do the following:click
listener in PressListener.keydown
/keyup
events instead.button
torole=application
so that they receive thekeydown
andkeyup
events.We will work on this the next time we encounter a sim with a time-based button.
The text was updated successfully, but these errors were encountered: