Right now, it's state based, which might cause us to miss events.
What we really care about is not the state of buttons, most of the time, we care about button presses and releases.
Switch to event based, and do it in a way that corrects and prevents dsync
Right now, it's state based, which might cause us to miss events.
What we really care about is not the state of buttons, most of the time, we care about button presses and releases.
Switch to event based, and do it in a way that corrects and prevents dsync
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Right now, it's state based, which might cause us to miss events.
What we really care about is not the state of buttons, most of the time, we care about button presses and releases.
Switch to event based, and do it in a way that corrects and prevents dsync