xdo_get_focused_window

Get the window currently having focus.

@param window_ret Pointer to a window where the currently-focused window will be stored.

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

Meta