Page 1 of 1
Keyboard keys How Hollywood reads them?
Posted: Sat Oct 13, 2012 1:30 pm
by Juan Carlos
I want know the res ult or how Hollywood read the keyboards as alt, alt gr, left control, right control, left shift, right shift, because to use with for example
If msg.key = "ESC" Then End but with these special keys.
Re: Keyboard keys How Hollywood reads them?
Posted: Sat Oct 13, 2012 5:15 pm
by PEB
Check the documentation for
IsKeyDown().
Re: Keyboard keys How Hollywood reads them?
Posted: Sat Oct 13, 2012 7:24 pm
by Juan Carlos
PEB wrote:Check the documentation for IsKeyDown().
Checked, but I like want the exact name-key for example to use the left-control as fire in a game.
Re: Keyboard keys How Hollywood reads them?
Posted: Sat Oct 13, 2012 10:39 pm
by PEB
You could use
SetInterval() to check a function in which you use
IsKeyDown().