Dr_Nomz Member Oct 1, 2018 #1 For something like checking when I press the move key or whatever, for example. Also WHY is there no detailed information about Any Key in the Manuel? That's really annoying guys. (STEP has a document...)
For something like checking when I press the move key or whatever, for example. Also WHY is there no detailed information about Any Key in the Manuel? That's really annoying guys. (STEP has a document...)
TrunX Member Oct 3, 2018 #2 You want to execute some code when a button is being pressed? Either the event of the specific button or step event with "if keyboard_check(yourbutton)" in front of your code. Why should their be an explanation for the any-key event if there is no explanation for the "A"-Key-Event or the "Ctrl"-Key-Event?
You want to execute some code when a button is being pressed? Either the event of the specific button or step event with "if keyboard_check(yourbutton)" in front of your code. Why should their be an explanation for the any-key event if there is no explanation for the "A"-Key-Event or the "Ctrl"-Key-Event?
The-any-Key Member Oct 3, 2018 #3 TrunX said: the any-key event Click to expand... https://docs.yoyogames.com/source/dadiospice/002_reference/mouse, keyboard and other controls/keyboard input/keyboard_check_pressed.html No event but a function exists.
TrunX said: the any-key event Click to expand... https://docs.yoyogames.com/source/dadiospice/002_reference/mouse, keyboard and other controls/keyboard input/keyboard_check_pressed.html No event but a function exists.