Skip to content
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

[Component] More interaction granularity for command button actions #3

Closed
kirill-grouchnikov opened this issue Dec 20, 2021 · 0 comments
Assignees
Labels
1.1 - Blizzard Release 1.1 - 2022.H1

Comments

@kirill-grouchnikov
Copy link
Owner

Same as in Radiance:

  • Auto-repeat action. Enabled with autoRepeatAction boolean, initial delay configured by autoRepeatActionInterval, subsequent delays configured by autoRepeatSubsequentInterval
  • Fire action trigger, configured with actionFireTrigger and the new ActionFireTrigger enum that has three values:
    • OnRollover to fire action on rollover
    • OnPressed to fire action on press
    • OnPressReleased to fire action on press release (the default)
@kirill-grouchnikov kirill-grouchnikov added the 1.1 - Blizzard Release 1.1 - 2022.H1 label Dec 20, 2021
@kirill-grouchnikov kirill-grouchnikov self-assigned this Dec 20, 2021
kirill-grouchnikov added a commit that referenced this issue Dec 20, 2021
First part for #3 to support three modes of triggering the action part of command buttons
@kirill-grouchnikov kirill-grouchnikov changed the title More interaction granularity for command button actions [Component] More interaction granularity for command button actions Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.1 - Blizzard Release 1.1 - 2022.H1
Projects
None yet
Development

No branches or pull requests

1 participant