Difference between revisions of "cock.deleteJoystick"
(Created page with "Deletes specified joystick from the object. == Synopsis == === Function === <source lang="Lua">cock.deleteJoystick ( self, joystick )</source> === Arguments === {{param|table|sel...") |
m |
||
Line 1: | Line 1: | ||
Deletes specified joystick from the object. | Deletes specified joystick from the object. | ||
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="Lua">cock.deleteJoystick ( self, joystick )</source> | <source lang="Lua">cock.deleteJoystick ( self, joystick )</source> | ||
=== Arguments === | === Arguments === | ||
{{param|table|self|An object to use.}} | {{param|table|self|An object to use.}} | ||
{{param|number|joystick|Internal joystick number.}} | {{param|number|joystick|Internal joystick number.}} | ||
− | {{param|string|joystick|Internal joystick name.}} | + | {{param|string|joystick|[[Common Organization of Controls Kit Input devices|Internal joystick]] name.}} |
==See also== | ==See also== | ||
*[[cock.addJoystick]] | *[[cock.addJoystick]] | ||
*[[cock.setJoystickDeadzone]] | *[[cock.setJoystickDeadzone]] | ||
*[[cock.reloadJoysticks]] | *[[cock.reloadJoysticks]] | ||
+ | *[[Common Organization of Controls Kit Input devices]] | ||
*[[parent::Common Organization of Controls Kit Manual]] | *[[parent::Common Organization of Controls Kit Manual]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 14:57, 2 September 2013
Deletes specified joystick from the object.
Contents
Function
Synopsis
cock.deleteJoystick ( self, joystick )
Arguments
table self
- An object to use.
number joystick
- Internal joystick number.
string joystick
- Internal joystick name.
See also
- cock.addJoystick
- cock.setJoystickDeadzone
- cock.reloadJoysticks
- Common Organization of Controls Kit Input devices
- Common Organization of Controls Kit Manual
- Common Organization of Controls Kit