Lydzje / lynput

Lynput is an input library for LÖVE that makes input handling very easy and intuitive :blue_heart:
MIT License
38 stars 2 forks source link

Action if various inputs meet a condition #6

Open Lydzje opened 5 years ago

Lydzje commented 5 years ago

For example:

control:bind(
  "highKick", "press shift+k"
)
UndeadTwo commented 5 years ago

9 currently addresses this feature, and is being reviewed.