Skip to main content

Module console_detect

Module console_detect 

Source
Expand description

Windows console popup detection using the Win32 EnumWindows API.

On non-Windows platforms every function is a no-op that returns an empty Vec.

Structs§

ConsoleWindowInfo
Metadata about a single visible window that appeared during monitoring.

Functions§

monitor_console_windows