Function get_foreground_window_wrapper
fn get_foreground_window_wrapper(api: &dyn WindowsApi) -> HWNDWrapperExpand description
Returns a window handle to the foreground window.
The [HWND] is wrapped in a HWNDWrapper so that
we can pass it inbetween threads.