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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Members ==
 
== Members ==
* [[DataType:string|string]] '''System''': Name of the currently active system for keyboard input (DirectInput, Win32I, HooksI)
+
* [[DataType:string|string]] '''System''': Name of the currently active system for keyboard input (DirectInput, Win32I)
  
 
== Methods ==
 
== Methods ==

Revision as of 01:16, 21 April 2005

Description

Members

  • string System: Name of the currently active system for keyboard input (DirectInput, Win32I)

Methods

(these methods require Inner Space 0.74)

  • 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

Returns

Same as System

Examples

See Also