Button Tracker

by Kaiochao
Tracks buttons.
ID:2261674
 
Buttons are things that are either "pressed" or "released". You can track a set of buttons with this.

For example, the macros caught by the Any Macro, or your Mouse Buttons.

Changelog

8/24/18
  • Added AllPressed().
  • Added operator overloads to allow the index operator to be used instead of IsPressed(), Press(), and Release().