keyboard_key_release(key);
Argument | Description |
---|---|
key | The key to simulate a release of. |
Returns: Boolean
With this function you can simulate the release of any key on
the keyboard. The function accepts any of the vk_
constants as well as the standard keys and even the ascii code.
keyboard_key_release(vk_space);
This will simulate a spacebar release.