lynput
lynput copied to clipboard
Lynput is an input library for LÖVE that makes input handling very easy and intuitive :blue_heart:
I've done some refactoring to make the code base a bit cleaner, and implemented chording (a name for multiple simultaneous button presses as a single action) for binary inputs. Currently,...
For example: ```lua control:bind( "highKick", "press shift+k" ) ```
This might be a bit advanced and wouldn't work as intuitively as the other features (at least not the way I see it), but it'd be very interesting and useful...
hold may be confusing for users, so some alternative names for this button state are: - holdDown - hold-down - hold_down