mouse struct

Contents

Stub structure.

Note: Although the use of libxdo/xdotool seems unnecessary (since libxdo also uses X11's XTest extension), I believe it can still be interesting: the xdotool implementation may change in the future, as well as support new systems, so dealing with libxdo seems to be better than using X11 directly.

Link: If libxdo present: -lX11 -lxdo Else : -lX11 -lXtst Mouse pointer, hold OS-dependent data structures.

Public variables

Display* dpy
Window root

Variable documentation

Display* mouse::dpy

Window mouse::root