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

/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c188 int untouch_delay; /* Delay before reporting an untouch (in ms) */ member in struct:_EloPrivateRec
881 req[2] = priv->untouch_delay;
957 priv->untouch_delay = ELO_UNTOUCH_DELAY;
1057 priv->untouch_delay = xf86SetIntOption(pInfo->options, "UntouchDelay", ELO_UNTOUCH_DELAY);
1058 xf86Msg(X_CONFIG, "Elographics untouch delay: %d ms\n", priv->untouch_delay*10);

Completed in 3 milliseconds