Searched refs:relmap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dusb-private.h105 int relmap[DMX_MAX_AXES]; /**< Relative axis map */ member in struct:_myPrivate
H A Dusb-common.c147 axis = priv->relmap[raw.code];
302 if (k == REL_X) priv->relmap[k] = 0;
303 else if (k == REL_Y) priv->relmap[k] = 1;
304 else priv->relmap[k] = 2 + priv->numAbs;

Completed in 3 milliseconds