xdo_mouse_down

Send a mouse press (aka mouse down) for a given 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_mouse_down
(
const xdo_t* xdo
,
Window window
,
int button
)

Meta