in reply to Win32::GuiTest IsKeyPressed function

Hello ,

what you need is reading the documentation of the module

search for module documentation in CPAN.org

  • Comment on Re: Win32::GuiTest IsKeyPressed function

Replies are listed 'Best First'.
Re^2: Win32::GuiTest IsKeyPressed function
by coldmiser (Hermit) on Apr 28, 2006 at 18:54 UTC
    I have the only thing in the documentation on that function is what follows
    IsKeyPressed($key) Wrapper around the GetAsyncKeyState API function. Returns TRUE if the +user presses the specified key. IsKeyPressed("ESC"); IsKeyPressed("A"); IsKeyPressed("DOWN");
    According to it, all of these should work.