in reply to Re: Win32::GuiTest IsKeyPressed function
in thread Win32::GuiTest IsKeyPressed function
I litterly cannot get any key on the keyboard to work except the ESC key. Is anyone else having this problem with my code? or is it just a configuration issue on my PC?IsKeyPressed("A"); IsKeyPressed('A'); IsKeyPressed("a"); IsKeyPressed('A'); IsKeyPressed("A"); IsKeyPressed("41"); IsKeyPressed(41); IsKeyPressed("VK_BACK"); #backspace key
|
|---|