Home
last modified time | relevance | path

Searched refs:DMX_MAX_BUTTONS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.h46 #define DMX_MAX_BUTTONS 256 macro
96 unsigned char map[DMX_MAX_BUTTONS]; /**< Button map */
H A Ddmxcommon.c469 *nButtons = XGetPointerMapping(priv->display, map, DMX_MAX_BUTTONS); in dmxCommonMouGetMap()