Search found 2 matches

by Firelight
Mon Dec 14, 2015 3:16 am
Forum: Libraries and Tools
Topic: EZControls - Control handling made easy.
Replies: 2
Views: 4574

Re: EZControls - Control handling made easy.

New Release: v0.4.0 Added a new way to bind keys. You can now call a binding's :bindnext() method to bind the next key pressed to the binding. The method accepts a function callback as the argument. The function callback is called with the key pressed passed as an argument. Example: -- Load the lib...
by Firelight
Tue Dec 08, 2015 10:46 pm
Forum: Libraries and Tools
Topic: EZControls - Control handling made easy.
Replies: 2
Views: 4574

EZControls - Control handling made easy.

EZControls allows you to bind keys to binding objects and add onPress and onRelease callbacks to said objects. It sports support for separate bindings for different gamestates as well as built in utilities to help load and save keybinds to files in a human readable format. GitHub By default, it chec...