xdo_click_window_multiple

Send a one or more clicks for a specific mouse button at the current mouse location.

@param window The window you want to send the event to or CURRENTWINDOW @param button The mouse button. Generally, 1 is left, 2 is middle, 3 is right, 4 is wheel up, 5 is wheel down.

extern (C) nothrow @nogc
int
xdo_click_window_multiple
(
const xdo_t* xdo
,
Window window
,
int button
,
int repeat
,
useconds_t delay
)

Meta