Searched refs:XIDirectTouch (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | touch.c | 181 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 D | XI2.h | 177 #define XIDirectTouch 1 macro
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | list.c | 238 (t->mode == XIDirectTouch) ? "direct" : "dependent");
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | touch.c | 147 emulate_pointer = touchEmulatePointer && (t->mode == XIDirectTouch); 510 if (t->mode == XIDirectTouch) {
|
| H A D | getevents.c | 1968 if (t->mode == XIDirectTouch) { 1998 if (t->mode == XIDirectTouch)
|
| H A D | devices.c | 1654 * @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 D | xf86-input-inputtest.c | 475 InitTouchClassDeviceStruct(dev, ntouches, XIDirectTouch, 2);
|
Completed in 14 milliseconds