ISInterface:EmulateTyping

From Lavish Software Wiki
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