ISKernel:keyboard (Object Type)

From Lavish Software Wiki
Revision as of 22:18, 25 May 2005 by Eleven (talk | contribs)
Jump to navigation Jump to search

Description

Members

  • string System: Name of the currently active system for keyboard input (DirectInput, Win32I)
  • bind Bind[name]: Retrieves the bind with the given name

Methods

  • Press[key]: Presses and immediately releases a key
  • Hold[key]: Presses and holds a key
  • Release[key]: Releases a held key
  • Type[text]: Types some text
  • Bind[name,key combination,command]: Binds a command to a key combination, with a given name (see Bind command)

Returns

Same as System

Examples

See Also