Difference between revisions of "boipushy"
(Created page with "An input module for LÖVE. Simplifies input handling by abstracting them away to actions, enabling pressed/released checks outside of LÖVE's callbacks and taking care of game...") |
(Adding keyword.) |
||
Line 7: | Line 7: | ||
{{#set:LOVE Version=0.9.x}} | {{#set:LOVE Version=0.9.x}} | ||
{{#set:Description=Input library}} | {{#set:Description=Input library}} | ||
+ | {{#set:Keyword=Input}} | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 11:08, 18 January 2017
An input module for LÖVE. Simplifies input handling by abstracting them away to actions, enabling pressed/released checks outside of LÖVE's callbacks and taking care of gamepad input as well.