ISInterface:EmulateTyping

From Lavish Software Wiki
Revision as of 23:23, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • bool EmulateTyping(char *Text)

Purpose

To emulate keyboard typing Note: Cannot send carriage returns

Usage

Parameters

  • char *Text
[in] Text to be typed

Return Value

  • bool
Returns true on success, false on failure

Examples

Send some text

  • pISInterface->EmulateTyping("blah blah balbhalbahsdikrlxokowefb");

See Also