xdo_get_mouse_location

Get the current mouse location (coordinates and screen number).

@param x integer pointer where the X coordinate will be stored @param y integer pointer where the Y coordinate will be stored @param screen_num integer pointer where the screen number will be stored

extern (C) nothrow @nogc
int
xdo_get_mouse_location
(
const xdo_t* xdo
,
int* x
,
int* y
,)

Meta