Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

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

by pryrt (Abbot)
on Apr 28, 2022 at 19:44 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-23 17:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found