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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
H A Dxf86-input-inputtest.c435 int ntouches = TOUCH_MAX_SLOTS; local in function:init_touch
472 ntouches = xf86SetIntOption(pInfo->options, "TouchCount", TOUCH_MAX_SLOTS);
473 if (ntouches == 0) /* unknown */
474 ntouches = TOUCH_MAX_SLOTS;
475 InitTouchClassDeviceStruct(dev, ntouches, XIDirectTouch, 2);
482 int ntouches = TOUCH_MAX_SLOTS; local in function:init_gesture
483 InitGestureClassDeviceStruct(dev, ntouches);

Completed in 3 milliseconds