InputHandler

by Ter13
Set up complex, and elegant control schemes without defining tons of verbs and procs. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Ter13.InputHandler##version=1

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

byond://Ter13.InputHandler##version=1

216 downloads
Version 0.1a
Date added: Sep 14 2013
Last updated: Oct 2 2013
5 fans
InputHandler defines several new datums that assist in handling input with only two verbs.

This library fundamentally changes how mouse and keyboard input is handled within BYOND, and allows the developer to quickly and easily set up some very complex control schemes that can do things like tracking combos for a fighting game, and just about anything else you can imagine.

For further information on how to use this library, please see this post for the reference guide and an example of how I used it for a simple space shooter.