Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Unable to capture mouse events in Win32::Console

by pryrt (Abbot)
on Apr 28, 2022 at 19:44 UTC ( #11143398=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            }
      } 
    }
    
  2. or download this
    ... # the code before the while loop is identical to the program listi
    +ng above
    use Time::HiRes qw/sleep/
    ...
        sleep 0.01;
      }
    }
    
  3. or download this
    ...
    while(1) { 
        @console_events = $IN->Input(); 
        ...
    }
    
  4. or download this
    use strict;
    use warnings;
    ...
    __END__
    IN  info:()
    OUT info:(150 9001 0 15 7 0 0 149 29 150 71)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11143398]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2023-03-28 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?