Button Tracker

by Kaiochao
Tracks buttons. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Kaiochao.ButtonTracker##version=2

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Kaiochao.ButtonTracker##version=2

489 downloads
Version 2
Date added: Jun 23 2017
Last updated: May 5 2019
0 fans
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().