ISKernel:input (Object Type)

From Lavish Software Wiki
Revision as of 04:38, 14 May 2006 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

Members

  • bind Bind[name]: Retrieves the bind with the given name
  • bool BindsEnabled
  • vkey VKey[name]
  • axis Axis[name]
  • dpad DPad[name]

Methods

  • Bind[name,key combination,command]: Binds a command to a key combination, with a given name (see Bind command)
  • Bind[-press|-release,name,key combination,command]: Binds a command to a key combination, with a given name (see Bind command)
Note: -press or -release is an optional first argument, default will be release if not given
  • EnableBinds
  • DisableBinds
  • GetVKeyIterator[iterator object]

Returns

NULL

See Also