lynput icon indicating copy to clipboard operation
lynput copied to clipboard

Lynput is an input library for LÖVE that makes input handling very easy and intuitive :blue_heart:

Results 5 lynput issues
Sort by recently updated
recently updated
newest added

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" ) ```

enhancement

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...

enhancement

hold may be confusing for users, so some alternative names for this button state are: - holdDown - hold-down - hold_down

enhancement