in reply to Re: Win32::GuiTest IsKeyPressed function
in thread Win32::GuiTest IsKeyPressed function
According to it, all of these should work.IsKeyPressed($key) Wrapper around the GetAsyncKeyState API function. Returns TRUE if the +user presses the specified key. IsKeyPressed("ESC"); IsKeyPressed("A"); IsKeyPressed("DOWN");
|
|---|