XSetDeviceMode (3) Linux Manual Page
XSetDeviceMode – change the mode of a device Synopsis #include <X11/extensions/XInput.h> XSetDeviceMode( Display *display, XDevice *device, int mode); display Specifies the connection to the X server. device Specifies the device whose mode is to be changed. mode Specifies the mode. You can pass Absolute, or Relative. Description The XSetDeviceMode request changes the mode of an…
