keyboard_clear(key)

From ENIGMA
Jump to navigation Jump to search

Description

Clears the input state of the current key specified.

Parameters

Parameter Data Type Description
key integer keyboard constant of the key to check

Return Values

void: This function does not return anything.

Example Call

// demonstrates clearing the input sate of the space key
keyboard_clear(vk_space);