get_foreground_window_wrapper

Function get_foreground_window_wrapper 

fn get_foreground_window_wrapper(api: &dyn WindowsApi) -> HWNDWrapper
Expand description

Returns a window handle to the foreground window.

The [HWND] is wrapped in a HWNDWrapper so that we can pass it inbetween threads.