| XILISTPROPERTIES(3) | XILISTPROPERTIES(3) | 
#include <X11/extensions/XInput2.h>
Atom* XListProperties( Display *display,
                       int deviceid,
                       int *nprops_return);
display
       Specifies the connection to the X server.
deviceid
       The device to list the properties for.
nprops_return
       Specifies the number of Atoms returned.
The client is expected to free the list of properties using XFree.
XIListProperties can generate a BadDevice error.
| 09/15/2021 |