I want to make a list of commands so that I can run it and basically be able to do everything I want from the keyboard.
But that command gives me an error.
What command can I use to check and see if a key has been typed?
I want to make a list of commands so that I can run it and basically be able to do everything I want from the keyboard.
But that command gives me an error.
What command can I use to check and see if a key has been typed?
iskeydown
keydown will actually press it, and it won't return a boolean, so it can't be used in the if condition
Ah, thanks. That was awfully quick.
Does IsKeyDown need the keycode, or the letter? And does IsKeyDown need the letter in a string or not?
Also, is there a different command to check if a string of letters have been typed?
Thanks. God bless,
Mike.
Letter as string, actually its char but that needs quotes just like string, so 'm'
Other proc? Only if it is typed onto somewhere, you can read the text. As for just monitoring the keyboard, its just letter by letter. Just make an array of strings and loop through em.
There are currently 1 users browsing this thread. (0 members and 1 guests)