keyboard_key_release

Simulates the release of a given key.

Syntax:

keyboard_key_release(key);


Argument Description
key The key to simulate a release of.


Returns: Boolean


Description

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.


Example:

keyboard_key_release(vk_space);

This will simulate a spacebar release.


Back: Keyboard Input
Next: keyboard_key
© Copyright YoYo Games Ltd. 2018 All Rights Reserved