The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 hash of a single input event if there are 1 or more, empty list otherwise.

AUTHOR

Dmitry Karasik, <dmitry@karasik.eu.org>.

SEE ALSO

Prima::Dialog::FileDialog