08-11-2022, 01:19 PM
(08-11-2022, 10:40 AM)SMcNeill Wrote: Just curious; you do know that we have a _KEYUP and _KEYDOWN set of commands?
the keydown function I posted here returns any key pressed and in effect waits until a key is pressed so it isn't identical to the _keydown command, the _keydown command confirms if a specific key was pressed when polled.
_keyup doesn't exist on the wiki and it isn't recognized by the version of the compiler I'm still using.