The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>.

SEE ALSO

Prima::Dialog::FileDialog