NAME
Prima::sys::win32 - Windows facilities
DESCRIPTION
Miscellaneous semi-hackish calls to win32 API
API
- ReadConsoleInput ( peek => 0, nonblocking => 0, fileno => 0 )
-
See https://learn.microsoft.com/en-us/windows/console/readconsoleinputex .
Returns a hash with information about a single input event if there are 1 or more, or an empty list otherwise.
AUTHOR
Dmitry Karasik, <dmitry@karasik.eu.org>.