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

/xsrc/external/mit/xorg-server/dist/test/
H A Dtouch.c181 touch.mode = XIDirectTouch;
274 rc = InitTouchClassDeviceStruct(&dev, 1, XIDirectTouch, 2);
278 rc = InitTouchClassDeviceStruct(&dev, 1, XIDirectTouch, 2);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXI2.h177 #define XIDirectTouch 1 macro
/xsrc/external/mit/xinput/dist/src/
H A Dlist.c238 (t->mode == XIDirectTouch) ? "direct" : "dependent");
/xsrc/external/mit/xorg-server/dist/dix/
H A Dtouch.c147 emulate_pointer = touchEmulatePointer && (t->mode == XIDirectTouch);
510 if (t->mode == XIDirectTouch) {
H A Dgetevents.c1968 if (t->mode == XIDirectTouch) {
1998 if (t->mode == XIDirectTouch)
H A Ddevices.c1654 * @mode The mode of the touch device (XIDirectTouch or XIDependentTouch).
1669 BUG_RETURN_VAL(mode != XIDirectTouch && mode != XIDependentTouch, FALSE);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
H A Dxf86-input-inputtest.c475 InitTouchClassDeviceStruct(dev, ntouches, XIDirectTouch, 2);

Completed in 14 milliseconds