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

Set "event" member to BUTTON_PRESS_REPEAT (AEGHB-312) #284

Closed
wants to merge 1 commit into from

Conversation

lllucius
Copy link
Contributor

Before calling the BUTTON_PRESS_REPEAT callback, the "event" member should be set to "BUTTON_PRESS_REPEAT".

This is currently missing.

If you try "triple clicking" a button, the event member should be set to the
current event. This way if you're callback is meant to handle multiple event
types, you'll be able to distinguish the "BUTTON_PRESS_REPEAT" event from
the preceding "BUTTON_PRESS_DOWN" event.

Before calling the BUTTON_PRESS_REPEAT callback, the "event"
member should be set to "BUTTON_PRESS_REPEAT".

This is currently missing.
@CLAassistant
Copy link

CLAassistant commented Jul 17, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot changed the title Set "event" member to BUTTON_PRESS_REPEAT Set "event" member to BUTTON_PRESS_REPEAT (AEGHB-312) Jul 17, 2023
@leeebo leeebo added the button label Jul 17, 2023
@lijunru-hub
Copy link
Contributor

Thanks for your contribution, the code is being merged in internally!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants