Help for this page

Select Code to Download


  1. or download this
    use Win32::GuiTest qw(:ALL);
    
    until ($is_pressed){
        $is_pressed = IsKeyPressed("ESC");
    }
    
  2. or download this
        $is_pressed = IsKeyPressed("ESC");