ISInterface:EmulateKeyRelease

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool EmulateKeyRelease(char *Combo)

Purpose

To release keys from being pressed by EmulateKeyPress

Usage

Parameters

  • char *Combo
[in] Name of the key combo to be released

Return Value

  • bool
Returns true on success, false on failure

Examples

Release a key

  • pISInterface->EmulateKeyRelease("shift");


See Also