xdo_new

Create a new xdo_t instance.

@param display the string display name, such as ":0". If null, uses the environment variable DISPLAY just like XOpenDisplay(NULL).

@return Pointer to a new xdo_t or NULL on failure

extern (C) nothrow @nogc
xdo_new
(
const char* display
)

Meta