Difference between revisions of "ISKernel:keyboard (Object Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 22: Line 22:
  
 
{{DT-Stub}}
 
{{DT-Stub}}
 +
[[Category:Inner Space]]
 +
[[Category:Inner Space Session]]
 +
[[Category:Inner Space Session Data Types]]

Revision as of 22:18, 25 May 2005

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