HomeSort by: relevance | last modified time | path
    Searched defs:LEFT (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-ark/dist/src/
ark_reg.h 62 #define LEFT 0x0004
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
synaptics.c 371 /* right button left, right, top, bottom */
376 /* middle button left, right, top, bottom */
423 /* Check for overlapping left edges */
536 int l, r, t, b; /* left, right, top, bottom */
596 /* Enable tap if we don't have a phys left button */
1352 * priv->synpara.area_{left|right|top|bottom}_edge are
1382 LEFT = 0,
1388 if (para->softbutton_areas[which][LEFT] == 0 &&
1394 if (para->softbutton_areas[which][LEFT] &&
1395 x < para->softbutton_areas[which][LEFT])
    [all...]

Completed in 7 milliseconds