Difference between revisions of "Common Organization of Controls Kit"

(Created page with "Common Organization of Controls Kit is a tool for handling control over your LÖVE games. It enables you to easily define a (several of) set of controls to be used in your game...")
 
m
Line 8: Line 8:
 
This library have much detail to it, please consutlt the [[Common Organization of Controls Kit Manual|manual]].
 
This library have much detail to it, please consutlt the [[Common Organization of Controls Kit Manual|manual]].
  
 +
'''NOTE:''' the library only support latest released version of LÖVE, and the author only support latest released version of the library. There may be no backwards compatibility.
 
== See also ==
 
== See also ==
* [[TLBind]]
+
* [[TLbind]]
 
{{#set:LOVE Version=0.8.0}}
 
{{#set:LOVE Version=0.8.0}}
 
{{#set:Description=Comprehensive controls input handling library}}
 
{{#set:Description=Comprehensive controls input handling library}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 04:30, 30 July 2013

Common Organization of Controls Kit is a tool for handling control over your LÖVE games.

It enables you to easily define a (several of) set of controls to be used in your game, and provides a very user-friendly methods for handling it, specifically you can access all gathered data as a table member, and it has a function to grab a user input to store it into control map, and to unset it, which is really handy in controls setup screen etc.

Project page: http://raidho36.net/stuff/cock
Forum thread: http://love2d.org/forums/viewtopic.php?f=5&t=40089

This library have much detail to it, please consutlt the manual.

NOTE: the library only support latest released version of LÖVE, and the author only support latest released version of the library. There may be no backwards compatibility.

See also