keyboard_check(key)
From YoYoGames Wiki
Description
This function will return true if the key being checked is pressed and false if the key is not pressed.
Arguments
- key (real): the pressed key. One of the keycode constants or an ord function for a letter.
Returns
(real): whether the key is pressed (true/false)

