ISKernel:input (Object Type)

From Lavish Software Wiki
Revision as of 04:59, 14 May 2006 by Lax (talk | contribs)
Jump to navigation Jump to search

Description

Object Type Vitals
input
Defined By Inner Space
Inherits none
Reduces To NULL
Variable Object Type none
Uses Sub-Types no
C/C++ Type internal

Members

  • bind Bind[name]: Retrieves the bind with the given name
  • bool BindsEnabled:
  • vkey VKey[name]: Retrieves a vkey (button) object by name
  • axis Axis[name]: Retrieves an axis object by name
  • dpad DPad[name]: Retrieves a d-pad object by name
  • vkey VKey[#]: Retrieves a vkey (button) object by its ID number
  • axis Axis[#]: Retrieves an axis object by its ID number
  • dpad DPad[#]: Retrieves a d-pad object by its ID number

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: Enables binds
  • DisableBinds: Disables binds
  • GetVKeyIterator[iterator object]: Initializes the given iterator object for iteration of VKeys

See Also