xdo_select_window_with_click

Get a window ID by clicking on it. This function blocks until a selection is made.

@param window_ret Pointer to Window where the selected window is stored.

extern (C) nothrow @nogc
int
xdo_select_window_with_click
(
const xdo_t* xdo
,
Window* window_ret
)

Meta